Skip to content

Raz Rassel

  • Home
  • About Raz
  • Contact Raz
  • Buy Now
YouTube Spotify
Raz Rassel
Web Dev | Wordpress

Genesis archive change H1 to H2

//*Changing Genesis H1 Post Titles to H2
add_filter( ‘genesis_post_title_output’, ‘ac_post_title_output’, 15 );

function ac_post_title_output( $title )
{ if ( is_home() || is_archive() )
$title = sprintf( ‘

%s

‘, apply_filters( ‘genesis_post_title_text’,get_the_title() ) );
return $title;
}

Post navigation

Previous Previous
Genesis move post title below image
NextContinue
non-www to WWW in htaccess

Similar Posts

  • Web Dev

    Unminify CSS, HTML, and JS

    Read More Unminify CSS, HTML, and JSContinue

  • Web Dev | Wordpress

    Show excerpt on Woocommerce archive list

    Read More Show excerpt on Woocommerce archive listContinue

  • Web Dev

    non-www to WWW in htaccess

    Read More non-www to WWW in htaccessContinue

  • Web Dev

    SPF record to prevent spam delivery

    Read More SPF record to prevent spam deliveryContinue

  • Web Dev | Wordpress

    Genesis move post title below image

    Read More Genesis move post title below imageContinue

  • Web Dev

    Center text over image

    Read More Center text over imageContinue

YouTube Spotify
  • Home
  • About Raz
  • Contact Raz
  • Buy Now

© 2026 Raz Rassel

Scroll to top
  • Home
  • About Raz
  • Contact Raz
  • Buy Now