Tagged Questions
0
votes
1answer
75 views
Exclude pages by menu order
i have a "Default Page Generator" on theme activation i have created...
in that file i set 'menu_order' for each page.
i want to exclude pages with menu order bigger then 50 from the default ...
0
votes
2answers
180 views
Exlude pages from wp_list_pages
in a blow I'm working on there is a navigation menu made of pages and subpages. I didn't code it, so I'm not completely sure how it works, but after reading some code it seems that the menu is ...
0
votes
2answers
108 views
Disable the link on certain pages
I currently have a site with two levels of navigation. I am styling the wp_list_pages() list to act as my navigation.
I would like to disable the link on some pages which have children (not exclude) ...