Forums

how to change basic WP theme (5 posts)

  1. msdobe1
    Member
    Posted 3 years ago #

    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

  2. zucchini21
    Member
    Posted 3 years ago #

    you mean you don't want a sidebar?
    I would go in the .css

    find
    #sidebar

    and put
    {
    visibility:hidden
    }

  3. Steffen Jørgensen
    Member
    Posted 3 years ago #

    Or simply edit the index.php, page.php and so on...
    Delete the <?php get_sidebar(); ?>

  4. msdobe1
    Member
    Posted 3 years ago #

    Thanks!!!

    Jenny

  5. t31os
    Member
    Posted 3 years ago #

    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...

Topic Closed

This topic has been closed to new replies.

About this Topic