Forums

[resolved] How can I check if something is a specific post type? (3 posts)

  1. estevancarlos
    Member
    Posted 9 months ago #

    Is_post_type is now deprecated. I'm not sure if I understand how to properly use Post_type_exists instead.

    I want to set up a conditional if/else to verify if a post is a specific post type. Suggestions?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

    It's not deprecated. try using something like:

    if( $post->post_type == 'page' ) echo "This is a Page";

  3. estevancarlos
    Member
    Posted 9 months ago #

    Cool. I could've sworn I came across something relating to post type that was short lived in version 3.0. Thanks.

Reply

You must log in to post.

About this Topic