Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,045
- How-to & Troubleshooting
- 129,734
- Creating & Extending
- 25,802
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
@arxpoetica – That’s possible via the “wp_list_pages_excludes” filter.
You’ll need to return an array of page IDs you want to exclude.
Example code:
http://pastebin.com/HUyVsWSN
Change 1,2,3 to page ids you want to omit.