is single Check if the given page is a single blog post type. #wordpress#php#template if ( is_single() ) { echo "Single post"; } copy