I have just the basic Kubrick theme, which is what I want, but I want a website and not a blog, so I want to delete everything in the right column - no search, no tags, etc. How can I do that???
Thanks is advance!
Jenny
I have just the basic Kubrick theme, which is what I want, but I want a website and not a blog, so I want to delete everything in the right column - no search, no tags, etc. How can I do that???
Thanks is advance!
Jenny
you mean you don't want a sidebar?
I would go in the .css
find
#sidebar
and put
{
visibility:hidden
}
Or simply edit the index.php, page.php and so on...
Delete the <?php get_sidebar(); ?>
Thanks!!!
Jenny
Or edit that line to...
<?php // get_sidebar(); ?>
Incase you want it back later, saves having to search for the post again to figure out how to get it back...
This topic has been closed to new replies.