Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created May 30, 2015 04:25
Show Gist options
  • Save digisavvy/2a265d1b07e4743e4c92 to your computer and use it in GitHub Desktop.
Save digisavvy/2a265d1b07e4743e4c92 to your computer and use it in GitHub Desktop.
<?php
if ( 'movie' == get_post_type() ) {
/* Custom code for 'movie' post type. */
} elseif ( 'book' == get_post_type() ) {
/* Custom code for the 'book' post type. */
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment