Please override list-head.php and replace <?php ap_ask_btn(); ?> to this: global $question_category; $ask_url = ap_get_link_to( 'ask' ); if( !empty( $question_category->term_id ) ) { $ask_url = $ask_url . '?category=' . $question_category->term_id; } echo '<a class="ap-btn-ask" href="' . $ask_url . '">' . __( 'Ask question', 'anspress-question-answer' ) . '</a>'; Cheers.
Hello Atsushi, Yes this problem did exists in older version and I remember I fixed it at some point. I can’t find the commit now. If you are not using AskBug or any AnsPress extensions then feel free to upgrade to AnsPress 4.
Hello Sharon, Sorry for delayed replay. You need to enable registration from the Dashboard > Settings > General and navigate to find the Membership tab, check the option “Anyone can register”.
Thank you very much
@rahul , Can you do the fix of March 18, 2017 of wil that not work ?