WordPress: If Custom Post Type Is Equal To

Last updated on

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.

Leave a reply

Your email address will not be published. Required fields are marked *