Hi,
I am creating a site from scratch... its 99% done. I have run into a problem. The site has links for all 50 states on it. Each state is created from a page or can be created from a post. Each state has 6 static links. I would like to be able to add 2 or 3 links dynamically to the page. My idea was to create a link category and then assign that category to that post. However, all links are appearing on all pages. Where did I go wrong? Here is the link to my page. http://notjustanotherjones.com/27/. Any help would be greatly appreciated.
<div id="nav_menu">
<ul>
<li><a href="http://notjustanotherjones.com/27/">Home</a></li>
<li><a href="#">What is SR22 Insurance?</a></li>
<li><a href="#">What is Non-Owner Insurance?</a></li>
<li><a href="#">Financial Responsibility Form</a></li>
<li><a href="#">Auto Insurance Definitions</a></li>
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
<li><a href="#">Contact Us</a></li>
</ul>
</div>