Simply open anspress-question-answer\theme\default\fonts\demo.html
Breadcrumbs is a part of core. You can add this widget to AP before position.
@Rahul, after 2.5 or 2.4.5 ?
AnsPress does not integrate with UserPro profile.. you can select between profiles. You either can choose AnsPress profile or UserPro. Both cannot be used at same time.
Appearance -> customize -> AskBug option -> Hide copyright
No shortcode but you can try this: <div id="anspress" class="home-qs-list"> <?php $questions = ap_get_questions( array( 'showposts' => 10 ) ); ?> <?php if ( $questions->have_posts() ) : ?> <div class="ap-questions"> <?php /* Start the Loop */ while ( $questions->have_posts() ) : $questions->the_post(); ap_get_template_part('content-list'); endwhile; ?> </div> <?php endif; ?> </div>
get askbug
AnsPress avatar does not work if buddypress is installed. AnsPress looks for Buddypress avatar by default.