• Hello,

    I am using iNove and i want to use a fixed page as my home page.

    When i do this i end up with 2 links to that page on my header tabs. 1 being the small house image and the other being the page name of the fixed homepage. How do i change it so i have 1 or the other but not both.

    Thanks
    ben.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll need to edit the template file that controls your navigation bar and either exclude your “real” home page via its ID or remove the (presumably) hardcoded Home link that you no longer need.

    Thread Starter BenCurry

    (@bencurry)

    How do i do that?

    Look in header.php or sidebar.php for wp_list_pages. When you’ve found it, either add &amp;exclude=n where ‘n’ is the id of your static front page or look for <a href="<?php bloginfo('url'); ?>">Home</a> just above and remove it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘iNove – Homepage icon for fixed page’ is closed to new replies.