Title: Removing sidebar
Last modified: August 21, 2016

---

# Removing sidebar

 *  [stevethebartender](https://wordpress.org/support/users/stevethebartender/)
 * (@stevethebartender)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/)
 * Hi Maeve
 * I know this is probably out the scope of your support but it’s driving me bonkers
   😉
 * I went to remove get_sidebar from this file single-wpcproduct.php but couldn’t
   find it (got the idea from here [http://wordpress.org/support/topic/remove-sidebar-form-post](http://wordpress.org/support/topic/remove-sidebar-form-post))
 * Any ideas on how to remove it? Every tutorial I’ve looked at won’t work as there
   are no custom fields on the WP Catalogue custom posts.
 * Your help would be hugely appreciated and stop me from going insane 😉
 * [http://wordpress.org/plugins/wp-catalogue/](http://wordpress.org/plugins/wp-catalogue/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [stevethebartender](https://wordpress.org/support/users/stevethebartender/)
 * (@stevethebartender)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247325)
 * Please see here:
    [http://stevethebartender.com.au/wpcproduct/dome-marquee-hire-adelaide/](http://stevethebartender.com.au/wpcproduct/dome-marquee-hire-adelaide/)
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247402)
 * Hi Steve, what exactly are you trying to achieve? Is it the categories sidebar
   you want to remove just from the WP Catalogue pages?
 * If so, you could do it really easily by adding this CSS to your theme:
 *     ```
       #wpc-col-1 {
       display: none !important;
       }
       ```
   
 * Or have I misunderstood what you’re trying to accomplish?
 *  Thread Starter [stevethebartender](https://wordpress.org/support/users/stevethebartender/)
 * (@stevethebartender)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247403)
 * Hi Maeve
 * Sorry, I wasn’t very clear. The right sidebar (not categories list) will not 
   disappear even when I have the catalogue item as full width – it jumps to the
   bottom of the page.
 * See here:
    [http://stevethebartender.com.au/wpcproduct/dome-marquee-hire-adelaide/](http://stevethebartender.com.au/wpcproduct/dome-marquee-hire-adelaide/)
 *  Thread Starter [stevethebartender](https://wordpress.org/support/users/stevethebartender/)
 * (@stevethebartender)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247423)
 * Hi Maeve
 * Sorry to pester – any ideas?
 * Thanks in advance!
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247427)
 * Oh right! I see what you mean now. OK this is actually your theme sidebar. You
   need to remove the sidebar from the template you want to use with the catalogue
   and then use the inner page header/footer field to make sure the inner pages 
   are using the correct template.
 *  Thread Starter [stevethebartender](https://wordpress.org/support/users/stevethebartender/)
 * (@stevethebartender)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247435)
 * I have a full width template with my theme. That’s what I thought this line would
   do…
 * <div id=”content page-template-fullwidth”>
 * …but doesn’t seem to fix it 🙁
 *  Thread Starter [stevethebartender](https://wordpress.org/support/users/stevethebartender/)
 * (@stevethebartender)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247440)
 * Hi Maeve
 * Are you able to expand on that? I don’t have custom post templates with my theme,
   only page templates. I have created a custom post template by copying singular.
   php and also tried with post.php and removed the line referring to ‘get sidebar’
   within the file.
 * I’ve renamed them and added -nosidebar to the php file. I have then used <div
   id=”content post-nosidebar”> in the WP Catalogue settings.
 * I don’t even know if I am close but nothing I am trying is working…please help
   with a little more detail.
 * Thanks in advance.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Removing sidebar’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-catalogue_adaa98.svg)
 * [WP Catalogue](https://wordpress.org/plugins/wp-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-catalogue/reviews/)

## Tags

 * [removing sidebar](https://wordpress.org/support/topic-tag/removing-sidebar/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [WPCatalogue](https://wordpress.org/support/topic-tag/wpcatalogue/)

 * 7 replies
 * 2 participants
 * Last reply from: [stevethebartender](https://wordpress.org/support/users/stevethebartender/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-10/#post-4247440)
 * Status: not resolved