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 !!
Simple use the_content filter of WordPress
yeah, it will be awesome