New Header page
  • allanallan March 2011

    Hi,
    Can I create a new header page in between "signup" and "contact"? I'd like to create a header which when clicked will link directly back to the homepage of my website.

    Thanks,
    Allan

  • olioli March 2011

    In your theme directory, open the header.php and look for :


    <!-- start navigation -->
    <div id="nav">

    <ul class="navigation">
    <li class="active"><a href="http://wp-answers.com/demosite"><span>Home</span></a></li>
    <li><a href="http://wp-answers.com/demosite/?s=open"><span>Open Questions</span></a></li>
    <li><a href="http://wp-answers.com/demosite/?s=top"><span>Top Users</span></a></li>
    <li><a href="http://wp-answers.com/demosite/?s=popular"><span>Popular</span></a></li>
    <li><a href="http://wp-answers.com/demosite/?s=about"><span>About</span></a></li>
    <li><a href="http://wp-answers.com/demosite/?s=contact"><span>Contact</span></a></li>
    </ul>
    </div>

    <!-- end navigation -->


    You can enter a new link there,
    If not comfortable doing this - email me your ftp details and I will do it for you.

    Hope that helps.

    WP-Answers Admin | Contact Me if you need help.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Tagged

  • 59