• Resolved v2006

    (@v2006)


    Is there a way to change the menu item “Front Page” to “Home Page”?
    thebarterco-op.com/

    Thanks for your time

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter v2006

    (@v2006)

    Resolved
    GO to header.php and edit this line

    <ul id="nav">
    		<li <?php if (is_home()) echo('class="current_page_item" '); ?>><a href="<?php bloginfo('url'); ?>">home page</a></li>
    		<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    		<li class="rss"><a href="<?php bloginfo('rss2_url'); ?>">RSS</a></li>
    	</ul>

    i have look to your site. but i still don’t understand what you want ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change menu item from “Front Page” to “Home Page”?’ is closed to new replies.