Skip to content

Instantly share code, notes, and snippets.

@hissy
Created December 18, 2012 01:04
Show Gist options
  • Save hissy/4324036 to your computer and use it in GitHub Desktop.
Save hissy/4324036 to your computer and use it in GitHub Desktop.
WordPress: get permalink by page path
<?php echo get_permalink( get_page_by_path( 'page-slug/children' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment