• I have modified the nav bar in the header, and for some reason the word ‘Pages’ shows up in a pale font just above the page names. You can see it here … http://elitebusinesssolutions.ca/

    All I changed in the header.php file was the wp_list_pages information.

    Can you tell me what code I need to remove to get the navbar to display properly?

    Here is the full header.php information …

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>

    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/style.css” type=”text/css” media=”screen” />

    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/scripts/utils.js”></script>

    <?php
    if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ );
    wp_head();
    ?>

    </head>
    <body>

    <div id=”wrapper”>

    <div id=”wrapper2″>

    <div id=”superheader”></div>

    <div id=”header”>

    <h3>/”><?php bloginfo(‘name’); ?></h3>
    <h2><?php bloginfo(‘description’); ?></h2>

    </div>

    <div id=”tabs”>

    <?php wp_list_pages(‘include=14,8’ ); ?>

    </div>

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Header shows extra text in nav bar’ is closed to new replies.