Title: kbronsdijk's Replies | WordPress.org

---

# kbronsdijk

  [  ](https://wordpress.org/support/users/kbronsdijk/)

 *   [Profile](https://wordpress.org/support/users/kbronsdijk/)
 *   [Topics Started](https://wordpress.org/support/users/kbronsdijk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kbronsdijk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kbronsdijk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kbronsdijk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kbronsdijk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kbronsdijk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Comment System] Remove disqus JS from homepage](https://wordpress.org/support/topic/remove-disqus-js-from-homepage/)
 *  Thread Starter [kbronsdijk](https://wordpress.org/support/users/kbronsdijk/)
 * (@kbronsdijk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-disqus-js-from-homepage/#post-7584022)
 * Hey, thank you for looking into this question.
 * It’s regarding the inline script injected in the page which loads count.js. I
   might be designed to load on homepages but I don’t want to load or include anything
   within my pages if it doesn’t have a purpose.
 * I Solved it by altering the file disqus.php. In function
    function dsq_output_count_js(){
   I’ve added the following check before the function tries to output the script
   if ( ! is_front_page() ) { ?> <script type=”text/javascript”>
 * I hope this will be configurable in the future. or maybe i’m the only one that
   finds this disturbing.

Viewing 1 replies (of 1 total)