Support » Fixing WordPress » I need to remove the whole sidebar menu..

  • I need to remove the whole of the menu containing catagories, links, meta etc… so i have only one section showing the content. Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Considering you are using a Template Monster design, and they use so many graphical elements, it might not look good, but removing <?php get_sidebar(); ?> from your index.php template would in essence do what you are asking.

    Otherwise, deleting everything in sidebar.php between the <div id=”sidebar> at the beginning, and the closing </div> might work.

    Yes.

    Check out this article from the Codex to get an idea of how to use themes in WordPress:

    http://codex.wordpress.org/Using_Themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I need to remove the whole sidebar menu..’ is closed to new replies.