• arjanverhoef

    (@arjanverhoef)


    Hello,

    I’m working on a site with the Tagged theme, but in the menu-bar I got 2 Home buttons.
    By searching on this forum I’ve found a couple of people with the same problem, but I cannot find that kind of code in this theme, to remove one of the home buttons.

    A link to the site is http://www.arjanverhoef.nl/testtest

    Hope you guys can help me!
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • dgulliver

    (@dgulliver)

    Hi,

    Try this
    Settings > Reading

    Change Front page displays to “A Static Page” then in the Front page dropdown choose your “real” home page. Posts Page can be left blank, but I would suggest having a page called Blog or News and use as Post Page.

    Hope this helps
    Darren

    Thread Starter arjanverhoef

    (@arjanverhoef)

    I already have those settings, but still the same.

    Thanks anyway 🙂

    dgulliver

    (@dgulliver)

    Oh yeah I remember now, 2 home pages only appear when using this structure.

    After some digging about looks like you need to edit the themes header.php.

    open up your header.php and delete
    <li><a href="<?php echo get_option('home'); ?>/">Home</a></li>
    Source:
    http://wordpress.org/support/topic/2-home-pages-why?replies=5

    Remember to back up this file before editing 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double home buttons, how to remove them?’ is closed to new replies.