frankyonnetti
7/7/2013 - 8:44 PM

#wordpress #content_type if custom content type

WordPress - if custom content type #wordpress #contenttype

<?php // custom_content_type_name
  if (('custom_content_type_name' == get_post_type()):
?>
  <div>Do something...</div>
<?php endif; ?>