Hi,
I just bought the iblog3 and really liking it so far. There is one thing I'd like to do though - have different pages displayed in the top page menu bar and the footer, and also the pages widget.
I tried the "exclude pages from navigation" plug in but it removes the page from all three. So for instance, I'd like to keep an "About" page on the top bar, but a "privacy" page in the footer. Is this possible?
Thanks
Different pages in different menus
Started by
knossos
, Feb 02 2010 11:01 PM
1 reply to this topic
#1
Posted 02 February 2010 - 11:01 PM
#2
Posted 03 February 2010 - 09:58 PM
You'll have to add the link manually into the theme. Look for this line in the footer.php file in the theme files:
`
And add your links underneath it in this fashion:
`
<li class="page_item "><a class="first" href="<?php echo get_settings('home'); ?>/" title="<?php _e('Home',TDOMAIN);?>"><?php _e('Home',TDOMAIN);?></a></li>`And add your links underneath it in this fashion:
`<li class="page_item"><a href="[URL]" title="[TITLE]">LINKTEXT</a></li>`









