• Hi,

    It’s me again with another question. I just asked how to rename “Pages” on the sidemenu but now I want to know how I can keep the whole sidebar with all the “Links”, “Categories” , “Archives” and such when I acess the the new page I just created.

    Thanks.

    -Leo

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you’re using the default theme, you need to adjust wp-content/themes/default/page.php.

    The way I did it was to change <div id="content" class="widecolumn"> to <div id="content" class="narrowcolumn"> and add <?php get_sidebar(); ?> right above <?php get_footer(); ?>.

    Thread Starter Lee

    (@junior)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keeping the side menu in “Pages” section.’ is closed to new replies.