is blog
Check if the given page is a blog index.
if( is_blog() ){
print "Blog home";
}
copy
Check if the given page is a blog index.
if( is_blog() ){
print "Blog home";
}
copy