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

    Allow Iframe but restrict direct access

    Read More Allow Iframe but restrict direct accessContinue

  • Web Dev

    Unminify CSS, HTML, and JS

    Read More Unminify CSS, HTML, and JSContinue

  • Wordpress

    Google Tag Manager in Genesis Theme

    Read More Google Tag Manager in Genesis ThemeContinue

  • Web Dev | Wordpress

    Remove Images from WooCommerce pages

    Read More Remove Images from WooCommerce pagesContinue

  • Web Dev

    Adwords Call Forwarding in Google Tag Manager

    Read More Adwords Call Forwarding in Google Tag ManagerContinue

  • event espresso screenshot
    Web Dev | Wordpress

    Create an Event Espresso Event

    Read More Create an Event Espresso EventContinue

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

© 2026 Raz Rassel

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