I Have a query string for my looper provider to pull child pages from a specific parent ID. I need to exclude a couple child pages though.
Here is my Query String: post_type=page&post_parent=1238&orderby=title&order=ASC
How can I do so in my query string by excluding certain pages by their ID? The ones I want to exclude are IDs: 1137, 1176,1063,1139
Thank you