Skip to content

Instantly share code, notes, and snippets.

@ville6000
Last active August 29, 2015 14:16
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 ville6000/76d7600aafc757822e80 to your computer and use it in GitHub Desktop.
Save ville6000/76d7600aafc757822e80 to your computer and use it in GitHub Desktop.
Get page link from title in WordPress
<a href="<?php echo get_permalink( get_page_by_title( 'Contact' ) ); ?>">
<?php _e( 'Contact', 'your_text_domain' ); ?>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment