Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save colegeissinger/b68b45474777f883f830 to your computer and use it in GitHub Desktop.
Save colegeissinger/b68b45474777f883f830 to your computer and use it in GitHub Desktop.
Build A Dynamic Sub-nav for Child Pages EG 03
if ( $post->post_parent ) {
...
} else {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment