Wordpress if statement - custom post type


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if ( 'custom_post_name' != get_post_type() ) {
  2. echo '<p>whatever</p>';
  3. }
  4. ?>

Report this snippet


Comments


You need to login to view comments.