change language or change topic with my language

Hello, You can easily translate AnsPress to your own language. Use the tool found here: poedit.net and open anspress-question-answer/languages/ap.pot Then translate it to your own language and save with proper name and you are done.

question remove

There is an option in AnsPress general option

Updated to 2.3 and now i see ANSPRESS_TITLE

I’m also getting the same issue. Title shows ANSPRESS_TITLE now.

Check if page is question page

Zoker use: Restrict Widgets for that.

Prevent Disqus from loading

Yes, question and answer are CPT. Just disable Disqus for question and answer CPT. Try this: add_filter( 'comments_template' , 'my_block_disqus', 1 ); function my_block_disqus($file) { if ( 'question' == get_post_type() || 'answer' == get_post_type() ) remove_filter('comments_template', 'dsq_comments_template'); return $file; }

404 error

Yes I am aware of this bug. Will be fixed soon. BTW: please use a proper title, this will be helpful to other having same issue.

How to add Registration & Login in anspress

Will add a filter to user menu.

Removing & Reistalling Anspress without missing activities

Nothing will be lost, until you check “clear database” option. Last time I seen there was a JS error on your site which was causing this issue.

Say Hello to new categories page

Hello, I like that, but you have removed the “theme” option. How can I keep my theme without losing it with every actualization? Any help? Cheers

Say Hello to new categories page

Very Nice. But still it shows questions to exist (# numbers) to categories that have NO questions. And also removing questions doesn’t alter the numbers !!