Quantcast
Channel: List child pages by slug not ID? - WordPress Development Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Tom Auger for List child pages by slug not ID?

Why don't you use get_page_by_title() to get the page object, and then pass its ID as the child_of parameter?If you would rather use the actual slug, then get_page_by_path( $slug ) should do the...

View Article



List child pages by slug not ID?

I am looking to use the wp_list_pages function to show children pages of a specific page ID. I was able to do this easily, but now I found an issue with it. I am running a Wordpress network of sites...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images