Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Created July 13, 2013 23:21
Show Gist options
  • Save theodorocaliari/5992570 to your computer and use it in GitHub Desktop.
Save theodorocaliari/5992570 to your computer and use it in GitHub Desktop.
Conditional for WordPress posts page
<?php
if( is_home('page_name_defined_in_settings_reading_wp_admin_menu') )
{
// code
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment