Support » Themes and Templates » how to change basic WP theme

  • msdobe1

    (@msdobe1)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • zucchini21

    (@zucchini21)

    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(); ?>

    Thread Starter msdobe1

    (@msdobe1)

    Thanks!!!

    Jenny

    t31os

    (@t31os)

    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…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to change basic WP theme’ is closed to new replies.