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”