[Plugin: Page Lists Plus] lists are screwed?
-
here are my lists before this plugin..this is from the source code
<ul id="page-bar" class="left clearfloat"> <li class="page_item page-item-3 current_page_item"><a href="#" title="Home">Home</a> <li class="page_item page-item-6"><a href="#" title="About Us">about us</a> <ul> <li class="page_item page-item-8"><a href="#/about-us/mission" title="Mission">Mission</a> <li class="page_item page-item-10"><a href="#/about-us/team" title="Team">Team</a> </ul> <li class="page_item page-item-13"><a href="#/products" title="Products">Products</a> <li class="page_item page-item-16"><a href="#/classes" title="Classes">Classes</a> <li class="page_item page-item-18"><a href="#/affiliates" title="Affiliates">Affiliates</a> <li class="page_item page-item-21"><a href="#/contact-us" title="Contact Us">Contact Us</a>here is the code that breaks it after the plugin is activated
i just wanted the About Us not to be a link, but still display it’s sub-menus.
it does remove the link but places the in the wrong line<ul id="page-bar" class="left clearfloat"> <li class="page_item page-item-3 current_page_item"><a href="#" title="Home">Home</a> <li class="page_item page-item-6">About Us <strong>!!! here the li should end</strong> <ul> <li class="page_item page-item-8"><a href="#/about-us/mission" title="Mission">Mission</a> <li class="page_item page-item-10"><a href="#/about-us/team" title="Team">Team</a> </ul> </li> <strong>- wrong end of tag</strong>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Page Lists Plus] lists are screwed?’ is closed to new replies.