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; ?>