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 code like this:
if( is_single()) {
//code here
}
I want code were I could do this, only testing for a custom post type. Any help would be greatly appreciated!
