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