How can i remove the home page link in my menu?

Forums Forums Templates and themes How can i remove the home page link in my menu?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1176
    sundevi177
    Member

    I used your template generator using basic blue.  Everything is working well and love your generator.  the only thing i need to change is that i [b:2qxgwdoh]do not[/b:2qxgwdoh] want to have a "home" link in my menu.  How do i do this?  the live page is t-birdoathofhonor.com.

    Thank you in advance

    Marco

    #7554

    Remove "<li<?php if (is_home()) {?> class="current_page_item"<?php } ?>><a href="<?php bloginfo(‘url’); ?>">Home</a></li>" In functions.php:
    [code:u8vdvrfr]function pixopoint_mainmenu() {?>
    <div class="mainmenu1">
    <div class="mainmenu2">
    <div class="mainmenu3">
    <div id="menu_wrapper1">
    <div id="menu1">
    <ul>
    <li<?php if (is_home()) {?> class="current_page_item"<?php } ?>><a href="<?php bloginfo(‘url’); ?>">Home</a></li>
    <?php wp_list_pages(‘title_li=&depth=3’) ?>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>
    <?php }[/code:u8vdvrfr]

    Alternatively, try the PixoPoint Menu plugin which will give you control over that via the admin panel … https://geek.hellyer.kiwi/products/pixopoint-menu/

    #7555
    sundevi177
    Member

    Thank you very much.

    Perfect

    #7556

    No problem. Just let me know if you need any more help.

    That template generator is getting a bit old now. I badly need to do a major overhaul of it. Once I’ve gotten the new version of the PixoPoint Menu plugin up and running and a new CSS generator working for it my next task is the template generator. It will build on quite a bit of the underpinnings of the PixoPoint menu plugin so hopefully development of it will be fairly rapid … once I get to it.

    #7557
    Anonymous
    Member

    I am using Hybrid-News theme and when I tried to active te PixoPoint menu, I got this:

    Plugin could not be activated because it triggered a fatal error.

    Help?

    ~ D

    #7558
    &quot;Dayna&quot; wrote:
    I am using Hybrid-News theme and when I tried to active te PixoPoint menu

    This is for PixoPoint theme questions. We don’t provide support for Theme Hybrid here. You can ask Menu plugin related questions in the menu forum … https://geek.hellyer.kiwi/forum/http://local … .php?f=4.0

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.