Skip to content

Instantly share code, notes, and snippets.

@cdmz
Created September 25, 2015 14:01
Show Gist options
  • Save cdmz/f28c104ecf364c8ca665 to your computer and use it in GitHub Desktop.
Save cdmz/f28c104ecf364c8ca665 to your computer and use it in GitHub Desktop.
get page by slug get-page-by-slug-wordpress.php
<?php
$pag = get_page_by_path('slug-page');
echo get_permalink($page_sms->ID);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment