Skip to content

Instantly share code, notes, and snippets.

@WagnerMatos
Created January 3, 2013 22:15
Show Gist options
  • Save WagnerMatos/4447876 to your computer and use it in GitHub Desktop.
Save WagnerMatos/4447876 to your computer and use it in GitHub Desktop.
// Check if is page-homepage.php template
$post_id = (isset($_GET['post'])) ? $_GET['post'] : ((isset($_POST['post_ID'])) ? $_POST['post_ID'] : false);
if ($post_id) :
$post_template = get_post_meta($post_id, '_wp_page_template', true);
if ($post_template == 'page-homepage.php') {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment