2.4.1 – Two un-needed links to each Question

.ap-q-inner .ap-post-history { display: none; }

How can I add new action/feature to questions and answers?

You would need to write custom PHP code to achieve this. It will be pretty simple, just mimic the upvotes logic. (are you sure you want to add another likes system? there is already “likes” and “dislikes”, the thumbsup and thumbsdown icons near the number)

How to get vote counts for a particular question and answer?

var_dump(ap_post_votes(ap_question_get_the_ID()));

Cannot submit a question, recaptcha error

I have upgrade my php to PHP Version 5.6.15 and now it`s ok

Can you set up AnsPress so every question submitted by a user must be approved by an administrator?

Just spend a few minutes to review the options. In Anspress admin / Options / Moderate. It is SO evident !!

Cannot submit a question, recaptcha error

This issue has been reported already and I am trying to find the issue.Is there any error in your log?

Can AnsPress use theme’s or other plugins like EDD Frontend submission’s signup process instead of its own?

If I’m not mistaken AnsPress can work with any sign-up process that creates a WordPress user profile – as it just uses (or creates) the WordPress accounts. I’m using it as a community tool in combination with WooCommerce and Woo Membership, and I haven’t run into any problems while testing 🙂 (Sign-up / account creation is handled by WooCommerce and AnsPress just uses those I think)

xml not found

xml? Are you trying to install AskBug in Joomla? AskBug is a theme for WordPress. Read document included with download.

2.4.1 – Two un-needed links to each Question

Yesterday I have pushed a fix for time, try that.

Can you add a feature image to a category?

Yes can be done. Have a look at category icon code.