How do test if a post is a custom post type?
I am looking for a way to test if a post is a custom post type. For example, in, say, the sidebar I can put in code like this:
if ( is_single() ) {
// Code here
}
I want code testing for only a custom post type.
Topic conditional-tags conditional-content custom-post-types Wordpress
Category Web