• The Home Page (1st page with recent posts) of my blog does not show up in sidebar navigation. In reading another post it appears editing the Header php code(DIV) files will cause the homepage to appear.

    My DIV code looks like this:

    <div id=”page”>

    <div id=”header” role=”banner”>
    <div id=”headerimg”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </div>
    </div>
    <hr />

    Can someone point me in the right direction. If this is not the best/easiest solution what is? Thanks Ed

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s more likely that your sidebar navigation code will be in your sidebar.php theme file.

    Thread Starter wbaker

    (@wbaker)

    Technokinetics, I appreciate the response, but don’t understand your comment. The problem is my HOME page does NOT show up in my navigation. In other words; say I go to the ABOUT US page, when I get to it, there is NO way to navigate back to the HOME page.

    How do I make my HOME page show up in navigation from other pages?
    Thanks, Ed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help adding home page to nav bar’ is closed to new replies.