Q:

is_single

// Run code only for Single post page
if ( is_single() && 'post' == get_post_type() ) {
   
}
 
//if it's not a specific post-type
if ( is_single() && 'portfolio' != get_post_type() ) {
   
}
0

New to Communities?

Join the community