‘wp_list_page’ configuration?
-
Hey,
I was wondering if there is a way to configure the wp_list_pages function.
I’m currently using the following to output my navigation:
<?php wp_list_pages(‘include=4,5,6,7,8,9,10&sort_column=menu_order&title_li=’); ?>
However, would like to have it output(without the extra ‘tag’ and ‘aa) parts, just did them to get round the filtering ?? :<li tag><div class=”class name”>LINK TEXT HERE</div>
<li tag><div class=”class name”>LINK TEXT 2 HERE</div>
Is it possible to edit the wp_list_pages part?Many thanks.
- The topic ‘‘wp_list_page’ configuration?’ is closed to new replies.