Remove disqus JS from homepage
-
Hey WordPress friends,
I’m using the disqus comment system plugin, which is working fine. However, my homepage is just a collection if recent posts and therefore not having the option to leave a comment (as desired).
Unfortunately, I still see that the disqus plugin is rendering JavaScript output within my templates and would like to get rid of this.
i’ve Tried the following but without luck. Any help is appreciated! Thanks
remove_action('pre_comment_on_post', 'dsq_pre_comment_on_post'); add_action( 'the_post' , 'block_disqus'); function block_disqus() { if ( is_front_page()) remove_filter('comments_template', 'dsq_comments_template'); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove disqus JS from homepage’ is closed to new replies.