Possible to use wswwpx_fold_page_list twice with separate ID for CSS formatting?
-
Using WordPress as a CMS…
I’m wanting to have two separate
page_list
‘s in the same sidebar.php, each excluding the others pages–for example a list of Pages for Events and a list of Pages for the Organization itself. Is it possible to pass on a unique<li> id
inside the page_list function in order for it to validate xhtml transitional?With both lists showing
id="pagenav"
at the same time, it fails xhtml validation. Here are the two tags in question:<?php wswwpx_fold_page_list('exclude=2,3,19,25,28&sort_column=menu_order&title_li=<h3>'.__('Events').'</h3>' ) ?>
<?php wswwpx_fold_page_list('exclude=8,9,26,27&sort_column=menu_order&title_li=<h3>'.__('Organization').'</h3>' ) ?>
Any help would be most appreciated, I tried searching but haven’t found a previous thread yet.
~Thayer
- The topic ‘Possible to use wswwpx_fold_page_list twice with separate ID for CSS formatting?’ is closed to new replies.