Warning: This requires a modification of the disqus.php file located path/to/wp-content/plugins/disqus-comment-system. The changes will be overwritten when the plugin is updated.
Install Disqus and XenWord
Go to line 149 of the disqus.php file and change all of the lines to the following:
Install Disqus and XenWord
Go to line 149 of the disqus.php file and change all of the lines to the following:
Code:
$replace = get_option('disqus_replace');
if ( is_feed() ) { return false; }
if ( 'draft' == $post->post_status ) { return false; }
if ( !get_option('disqus_forum_url') ) { return false; }
if ( 'product' == get_post_type() ) { return false; }
else if ( 'all' == $replace ) { return false; }