nav list include pages and sub pages and children
-
Hello!
I’m trying to list specific pages with their subpages in my nav bar, but I’m having issues.
<?php wp_list_pages(‘title_li=&include=282’); ?>
<?php wp_list_pages(‘title_li=&child_of=282’); ?>doesn’t show the sub pages when hovered, and
<?php wp_list_pages(‘title_li=’); ?>
works with the sub pages, but includes all of the pages. I only want specific ones. I know my CSS is a mess, so it’s probably a problem with that.
Help anyone! Thank you!
[CSS moderated as per the Forum Rules. Please post a link to your site instead.]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘nav list include pages and sub pages and children’ is closed to new replies.