Skip to content

Instantly share code, notes, and snippets.

@theStreets93
Last active November 10, 2015 10:46
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 theStreets93/f82bb75d9889990adbea to your computer and use it in GitHub Desktop.
Save theStreets93/f82bb75d9889990adbea to your computer and use it in GitHub Desktop.
Wordpress - If post type
<?php /* if Your post type, get content...*/
if ( 'yourPostType' == get_post_type() ):
/* get Your content */
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment