Forums › Forums › Templates and themes › How can i remove the home page link in my menu?
- This topic has 5 replies, 3 voices, and was last updated 15 years, 7 months ago by
imported_Ryan.
-
AuthorPosts
-
January 8, 2010 at 6:14 pm #1176
sundevi177
MemberI 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
January 9, 2010 at 12:31 am #7554imported_Ryan
MemberRemove "<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/
January 9, 2010 at 9:30 am #7555sundevi177
MemberThank you very much.
Perfect
January 9, 2010 at 10:37 am #7556imported_Ryan
MemberNo 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.
March 22, 2010 at 6:51 pm #7557Anonymous
MemberI 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
March 30, 2010 at 12:40 pm #7558imported_Ryan
Member"Dayna" wrote:I am using Hybrid-News theme and when I tried to active te PixoPoint menuThis 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
-
AuthorPosts
- You must be logged in to reply to this topic.