How to hide sidebar on SOME pages
-
WordPress in question: http://gettingohsocrafty.wordpress.com
I’ve discovered that I can hide my sidebar on my static pages. (By going to: Pages>Quick Edit>Template>Full Width, No Sidebar)
Only problem is, I want my sidebar on my static pages but I do not want it on my categorized post pages (ex: my “Thrift Store Crafts” page). Anyone know how I can do this?
I do not currently have my wordpress set up to be able to edit the theme (I think that now costs money? I haven’t used wordpress in years…) so if there’s just a setting for it that would be great.
The blog I need help with is: (visible only to logged in users)
-
-
You can’t hide the sidebar on specific dynamic pages, except if you have the Custom Design upgrade.
-
Okay, thank you. So if I do the Custom Design upgrade there will just be a code that I can insert into the css/html correct?
-
You’re welcome. If you wish to preview this, go to Appearance > Custom Design > CSS, delete the whole introductory message and paste this:
.category #secondary { display: none; } .category #content { margin: 0 3.64583%; max-width: 100%; } -
- The topic ‘How to hide sidebar on SOME pages’ is closed to new replies.