• I’m putting together a K2/Unsleepable skin for a friend, but the header keeps being uncooperative because of two ghost anchor tags.

    "Return to the front page" >

    The call to the blog info is only in the php once, so I’m at a loss. Here’s that code:

    <div id="header">

    <div id="top">

    <div id="title">
    <h1>"><?php bloginfo('name'); ?></h1>

    </div>

    <ul id="menu">

    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li'); ?>

    </div>

    </div>

    Anyone have any ideas?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Ghost anchor tags’ is closed to new replies.