Title: soundgraphs's Replies | WordPress.org

---

# soundgraphs

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Including a sidebar on every page category question.](https://wordpress.org/support/topic/including-a-sidebar-on-every-page-category-question/)
 *  [soundgraphs](https://wordpress.org/support/users/soundgraphs/)
 * (@soundgraphs)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/including-a-sidebar-on-every-page-category-question/#post-640853)
 * Was looking 4 the same thing, got it to work.
 * In themes, look for the theme being applied on your website. In this folder, 
   look for the file single.php.
 * In this file add the following code:
 *  <?php get_sidebar(); ?>
 * at the end of the page, just before
 * <?php get_footer(); ?>

Viewing 1 replies (of 1 total)