• Resolved karengo

    (@karengo)


    I tried to follow the simple directions in this thread to swap my About and News pages (News being the blog postings)so that About is the front page.

    News is fine, but I’ve ended up with two HOME links side by side on the nav bar, both pointing to the page formerly known as About. Can anyone help me delete one of them please?!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you have a Page called Home? Does your theme also have a ‘hard-coded’ link to Home? That could account for two instances of ‘Home’ being presented to visitors.

    If necessary, please provide a link to your blog or a link to download the theme you use.

    Thread Starter karengo

    (@karengo)

    Yes and you’re right, it’s hardcoded in the theme’s header.php!

    <div id="menu">
    		<ul>
    		<li><a href="<?php bloginfo('url'); ?>">Home</a></li>
    		<?php wp_list_pages('depth=1&title_li='); ?>
    		</ul>
    	</div>

    I took that line out and that fixed it. Thanks, Michael!

    The theme is Tumnus, btw.

    I also have the problem of 2 identical home pages. I’m quite new to WordPress and I unfortunately don’t know coding. I’m afraid to delete anything that might not be the right one. Please help.

    I’m also trying to use the Page Order option to arrange my pages but it doesn’t work.

    I’m using the Pristine Theme.

    My site – https://www.leajusi.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Non-blog front page, ended up with two HOME links’ is closed to new replies.