Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Created August 14, 2014 06:14
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 mojaray2k/693fd68a3a3b7f74f85e to your computer and use it in GitHub Desktop.
Save mojaray2k/693fd68a3a3b7f74f85e to your computer and use it in GitHub Desktop.
Get the data from a wordpress individual page by the title
<?php $page = get_page_by_title('Front Page' ); ?>

Get the data from a wordpress individual page by the title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment