Embed question in posts

Cool feature. Very handy.

embed posts

This feature has been added to AnsPress RC. Now question can be embedded in posts using this shortcode: [question id="3301"] Cheers.

Comment does not working in divi theme

check answer here Comment does not working in divi theme

Trying to edit question causes 500 internal error

I think its not related to AnsPress but your server config. read the answer here: stackoverflow

Trying to edit question causes 500 internal error

I think its timeout error or consult with your server provider.

Comments box doesn’t show up

Here as I said earlier comment wrapper is missing in your template may be due to override. compare between default and yours:

Error 400

Look like issue with another plugin. Disable all plugin and then try.

Error 404

Please make sure you followed the instructions. And boilerplate is not WP plugin, its stated in boilerplate page that this is not a WP plugin.

How to remove login popup and redirect user on User Pro login page?

Add this to your theme functions.php function ap_page_template_redirect() { if( ap_get_ask_page_slug() == ap_current_page() && ! is_user_logged_in() ) { auth_redirect(); exit(); } } add_action( 'template_redirect', 'ap_page_template_redirect' );

Where can I download anspress 2.4 beta?

https://github.com/anspress/anspress