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.
Please enable %postname% permalink
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.
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>’; }
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/
Rahul Aryan, would it be a lot of work for you to integrate with WPML? I would want to pay for it!
Hello, You have to use WordPress Social Login plugin.
Hello Archit, This is just a widget. You can adjust option in home users sidebar.