Viewing 2 replies - 1 through 2 (of 2 total)
  • Look in your ‘header.php’ and remove:

    <div class="menu">
    <ul>
    <?php wp_list_pages(); ?>
    </ul>
    </div><br class="clear" />

    Note: It may not say <?php wp_list_pages(); ?>. It could say something like: <?php wp_revamp_pages(); ?> either way if it mentions pages and if it is a PHP code: REMOVE IT.

    Go to the WP-Admin section of your site, and click on Appearance > Editor.

    On the right side, click on Header.php.

    Find the part that says “<?php wp_page_menu(‘show_home=1&depth=1’); ?>” OR “<?php wp_list_pages(); ?>” or something to that degree… and REMOVE that.

    You might want to hold on to a copy of that just in case you screw it up and you can put it back together. Also, I’d recommend backing up your data to your computer, to be safe.

    Good Luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want to get rid of the Navigation Bar at the Top’ is closed to new replies.