Is it possible to hide the left sidebar or all of its contents (archives, categories, recent posts) on all of the pages and have it only show on the blog pages?
Kitschnsink
Is it possible to hide the left sidebar or all of its contents (archives, categories, recent posts) on all of the pages and have it only show on the blog pages?
Kitschnsink
does your theme have a no-sidebars template? if so, when you edit your page you should be able to choose the template.
The theme I'm using has a left and right sidebar.
http://jeanneripley.com/wordpress/
Any ideas on how to show the left sidebar on just the blog pages?
Kitschnsink
You should have a look to this plug-in
http://wordpress.org/extend/plugins/custom-sidebars/
Thanks pikkabbu.
I'd rather not use a plugin.
I was able to hide the left sidebar on "pages" by commenting out the code '<?php include(TEMPLATEPATH . "/leftsidebar.php"); ?>' but that messed up the template. I guess I'd need to add an empty div there or something. I'm still learning how to work in "web".
Kitschnsink
So, I've solved the problem about hiding the sidebar on 'pages'. Now I have a problem with the entire mainnav moving over to the very left edge of my page.
Does anyone know how I can solve this? I'd like for the mainnav to stay where it was (center of page) when I disable the leftsidebar on 'pages'.
Kitschnsink
As I'm a newbie, the only way I can help, is talking about the plugins I know ;-)
Can you use a table?
I guess you could define a table with the 1st column empty
td width 25% for example.
This topic has been closed to new replies.