• The home page link on the navigation bar is on the right of the bar. I would like it to be on the left side like most sites. How do I change this?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is how I have my menu set up, with the home on the left side. Hope this helps:

    <div id="nav">
      <ul class="nav">
          <li class="first">
             <a href="<?php bloginfo('url'); ?>">Home</a> |
          </li>
             <?php wp_list_pages(); ?>
      </ul>
    </div>

    ??

    Thread Starter Susank

    (@susank)

    is this under editing theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving home page link on navigation bar’ is closed to new replies.