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.
There is an option in AnsPress general option
I’m also getting the same issue. Title shows ANSPRESS_TITLE now.
Zoker use: Restrict Widgets for that.
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; }
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.
Will add a filter to user menu.
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.
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
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 !!