• Love the Smells Like Facebook, but I’d like a clean header that doesn’t list every page in my blog. Any way to ‘deactivate’ this function?

Viewing 1 replies (of 1 total)
  • should be ok to delete the following code from header.php:

    <li><a href="<?php bloginfo('url') ?>">Home</a></li>
    				<?php wp_list_pages('depth=2&sort_column=menu_order&title_li='); ?>

    make a backup copy of your theme files before editing anything important

Viewing 1 replies (of 1 total)

The topic ‘Remove page titles from header?’ is closed to new replies.