Show full question page. paste your whole code in gist.github.com and then paste link to your gist.
AnsPress Options – > Permission and check “Only allow admin to answer question”
No, this is not an AnsPress issue. Just make sure you have updated new url in database after migrating. Cheers.
Use this: // To detect if AnsPress if( is_anspress() ){ // This is AnsPress. } // To detect if main page if(get_query_var( 'ap_page' ) == '' || get_query_var( 'ap_page' ) == 'base'){ // This is main base page. }
I actually asked a similar question about importing from bbpress a year ago, on and off I reminded you and was told the function will be developed. So according to this thread it seems you are giving up on the idea. Can you confirm with me if this is the case so we shall seek solutions elsewhere.
You have to check the Hide author credits, uncheck will show the author credit.
I have never tried this before, so I haven’t perfact answer. But you can add PHP if else condition in base page to show question to specific group.
Duplicate question search is already there in 2.4 roadmap. Did not understood. AnsPress have already breadcrumbs widget.