Need help adding home page to nav bar
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Need help adding home page to nav bar’ is closed to new replies.