Skip to content

Instantly share code, notes, and snippets.

@Steven-Rose
Created February 3, 2012 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Steven-Rose/1728796 to your computer and use it in GitHub Desktop.
Save Steven-Rose/1728796 to your computer and use it in GitHub Desktop.
WP: Child posts referencing meta value
$pages = get_pages('child_of='.$post->ID.'&meta_key=key&meta_value=value&sort_column=menu_order');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment