mackro
Member
Posted 6 months ago #
Anyone know how to change the pages interface so that instead of an exclusion list it's an inclusion list?
My problem is that I've got hundreds / thousands of pages and only want a couple to show up in the left navigation, and I don't want to go and exclude each one by one.
Consider downloading and installing Otto's PHP Code Widget.
Then put something like this in one of those widgets:
<?php wp_list_pages('include=1,2,3'); ?>
Please remember to support our plugin authors by clicking on the Donate button there.