Multiple Loops That Pull Pages (Child/Grandchild) While Styling the First Entry
You have so many things wrong with your code, to start WP_Query does not have ‘sort_column’ , or ‘depth’ parameters. the use of $do_not_duplicate = $post->ID; does nothing at all and a few other things. What you need is to get the children (just the ids, no need to get the post object since you … Read more