list of icons

Simply open anspress-question-answer\theme\default\fonts\demo.html

Turn on breadcrumbs

Breadcrumbs is a part of core. You can add this widget to AP before position.

Plugin to Auto-Post new questions on social media

@Rahul, after 2.5 or 2.4.5 ?

Userpro with anspress

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.

WordPress and Askbug removal

Appearance -> customize -> AskBug option -> Hide copyright

Show latest X questions in theme template?

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>

Theme

get askbug

Suggestion: login/Logout in My Profile widget

AnsPress avatar does not work if buddypress is installed. AnsPress looks for Buddypress avatar by default.