We can use the is_singular
function to detect the name of the current custom post type in our template.
if (is_singular('custom_post_type_name')) {
echo "Custom post type!";
}
Let me know if this helped. Follow me on Twitter, Facebook and YouTube, or 🍊 buy me a smoothie.