Title: KcrK's Replies | WordPress.org

---

# KcrK

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

 *   [Profile](https://wordpress.org/support/users/kcrk/)
 *   [Topics Started](https://wordpress.org/support/users/kcrk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kcrk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kcrk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kcrk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kcrk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kcrk/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] Disqus shortcode](https://wordpress.org/support/topic/disqus-shortcode/)
 *  [KcrK](https://wordpress.org/support/users/kcrk/)
 * (@kcrk)
 * [13 years ago](https://wordpress.org/support/topic/disqus-shortcode/#post-3238488)
 * Hi,
    i’ve added this code to functions.php file in theme folder. I need to put
   a Disqus comments only on one page (ex. Comments), which use a fullwidth page
   template, so i must change other pages template to pages with sidebar. And i 
   have an error:
 * `Warning: Cannot modify header information - headers already sent by (output 
   started at /wp-content/themes/volt/functions.php:476) in /wp-includes/pluggable.
   php on line 876`
 * Line 876 of pluggable.php:
 *     ```
       header("Location: $location", true, $status);
       }
       endif;
       ```
   
 * Any ideas what’s wrong?

Viewing 1 replies (of 1 total)