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