404 not found when posting new question, or checking existing questions

Okay, did that, still doesn’t work. The link itself works perfectly, with all the questions and answers, but if you click on any of them, you get the 404 error message.

404 not found when posting new question, or checking existing questions

Please enable %postname% permalink

How to Migrate Questions and Answers From Old Q AND A Plugin

Hello Dan, I think this is issue with base page. Please check if correct base page is set in AnsPress options. Try saving WordPress permalink option as well.

Add an action button “Answer a question”

If you want to add a button to the question box like the ‘add a comment’ button you can utilize the ap_post_footer action from a child theme:   add_action( ‘ap_post_footer’, ‘mmx_add_answer_button’ ); function mmx_add_answer_button(){ echo ‘<a href=”#answer-form-c” class=”ap-btn-newanswer ap-btn ap-btn-small”>’ . esc_attr__( ‘Add an answer’, ‘anspress-question-answer’ ) . ‘</a>’; }

How to upgrade askbug 3.x to the latest?

Hello, You’ll be able to update from wp-admin themes if you have entered license key. Or else you can download from account manually https://anspress.io/orders/

How to post a question not in the default language (WPML + anspress).

Rahul Aryan, would it be a lot of work for you to integrate with WPML? I would want to pay for it!

Facebook and Google Signin

Hello, You have to use WordPress Social Login plugin.

Number of Top Users Shown on first page

Hello Archit, This is just a widget. You can adjust option in home users sidebar.