Thread Starter
stayhd
(@stayhd)
Thread Starter
stayhd
(@stayhd)
Thanks for your reply. I changed the code in the header.php file but when I deleted the home page it deleted the one I wanted. The default setting to have all posts on the home page is what is happening, even though I have the posts set to go to the “All Posts” page. They are actually on both pages but I want nothing on the current home page so I can make this static with information about the site. I replaced this section of the code in my header.php file with what you gave me. Maybe it’s the wrong section.
<li><a <?php if (is_page('home')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/">Home</a></li>