Hi,
I want to add a link to nav bar. Header.php nav bar code:
<div id="navigation_bar">
<ul>
<?php wp_list_pages('include=11,2,13&title_li=' ); ?>
</ul>
Link is not to a page per se, it's to a post category:
ivyfam*ilyhealthup*dates dot com/category/general-health-updates
How do I add the link into the nav bar?
More info: I'm using wordpress for a content site which also has a blog. I made pages for all the content. Trying to incorporate blog by linking to the above link in the nav bar. Is there a better way?
Any help or suggestions would be appreciated.
I want to add a link to nav bar. Header.php nav bar code:
<div id="navigation_bar">
<ul>
<?php wp_list_pages('include=11,2,13&title_li=' ); ?>
</ul>
Link is not to a page per se, it's to a post category:
ivyfam*ilyhealthup*dates dot com/category/general-health-updates
How do I add the link into the nav bar?
More info: I'm using wordpress for a content site which also has a blog. I made pages for all the content. Trying to incorporate blog by linking to the above link in the nav bar. Is there a better way?
Any help or suggestions would be appreciated.
Last edited: