Wordpress How to test if an entry is custom post type – WordPress December 21, 2011 Pramod T P Leave a comment global $wp_query; if(“entry_value”== get_post_type($wp_query->post->ID)) echo “Its a custom post type” Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Like Loading...