I have placed the vote button on the question list item but found it could not work. Is there anything that I have missed inserting in?
<div class="ap-display-question-meta"> <div class="ap-single-vote" apid="<?php the_ID();?>"><?php ap_vote_btn(); ?></div> </div>
Thanks.
Hi, I would like to display the category next to the single-question list item. Is there coding that can display the question’s category by question id?
Thanks.
Hi,
I wanna insert the placeholder like below on Description.
Please teach me how to do that.
how can i prevent users from seeing who asked a particular question?
how to restrict who should see answers to only subscribers
when install it its return
The package could not be installed. No valid additions were found.
Failed to install plugin.
Only admins can post a new question (when a non-admin asks a new questions, the submit button spins and nothing happens), when a non-admin tries to answer a question, the page reloads inside the answer field. Even with all post restrictions turned off, only admins can post (I have settings set to allow logged out users to ask). Image upload only works for admins. Non-admins get a spinning button only.
I bought the askbug theme, i just want to change the red askbug text that shows on the left part of the header for my own text. Anybody can help me?
<div class="site-nav-logo site-nav-flexi"> <a class="logo" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <?php if ( has_custom_logo() ) : $logo = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ) , 'full' ); ?> <img src="<?php echo esc_url( $logo[0] ); ?>" alt="<?php echo get_bloginfo( 'name' ); ?>" width="<?php echo $logo[1]; ?>" height="<?php echo $logo[2]; ?>"> <?php elseif ( ! empty( get_theme_mod( 'ab_logo' ) ) ) : ?> <img src="<?php echo get_theme_mod( 'ab_logo' ); ?>" /> <?php else : ?> <i class="apicon-logo"></i> <?php endif; ?> </a> </div>