Add title to blog pages (genesis)November 12, 2011 by Laura Hartwigadd to functions.php add_action('genesis_before_loop', 'add_title'); function add_title() { if(is_page_template( 'page_blog.php' )) { the_title( '<h1>', '</h1>'); } }Share this:TweetShare on TumblrRedditPrintEmailRelatedYou might also like: Genesis: Add Previous / Next Arrows After Single Posts