-
mnancarrow01
ParticipantI’m really hoping to be able to remove the sidebar from the single-view pages on my portfolio category.
ie, here: http://www.maggienancarrow.com/?p=2592
I tried selecting different post-types in the theme, but I can’t come up with anything. I am really hoping to not need to do any php editing, so I was wondering if there is a setting within the theme that I have missed.
Alexander
ParticipantHi mnancarrow01,
for pages you can try one of the templates with no sidebar.
Cheers,
Alexander @ http://www.mouseclick.comDaniel Tara
KeymasterYou can create custom templates and include your desired changes; for post types name them single-{post_type}.php and for category category-{category_slug}.php
markdj
ParticipantI’ve just found this post but don’t understad how to use the information provided. Could someone explain it further?
Thanks
kammi
ParticipantHi there,
I am also interested in only having a sidebar on the homepage with no side bar on 900px wide post pages. Would anyone please be able to explain the solution in more detail?
Thank you!
Daniel Tara
KeymasterHere’s a quick hack to hide the sidebar on single posts. Go to Appearance → Theme Options → Layout and enter the following under Custom CSS:
.single #wrapper { max-width: 760px; } .single #content { width: 100%; } .single #sidebar { display: none; }
Tagged: full width, sidebar, single post
You must be logged in to reply to this topic.