• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to user navigation

PopWP

WordPress and Genesis Tutorials

  • Get Started
  • About
  • Archive
  • Services
  • Membership
  • My Account

Remove Archive Title & Description from Blog Page in Genesis

Last Updated on September 25, 2020 Favorited: 1 times

Sometime, We want to remove the Post page heading /blog/ when we have a custom page assigned in Settings > Reading.

Before: (default)

After:

To remove it, Add the following code in child-theme/functions.php

remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' );

Source: genesis/lib/structure/archive.php

Related Posts

  • Isotope Masonry Blog Archive in Genesis
  • Magazine style featured posts design in Genesis Sample
  • Post Page Blog Archive Template with Layouts in Genesis
  • Custom Widget area having Categories and search on Post Page in Startup Pro
  • Custom Widget area having Categories and search on Post Page in Genesis

Categories: Free Content, Genesis Tutorials Tags: blog, post page

Reader Interactions

Comments

  1. David says

    February 28, 2020 at 5:42 pm

    Hi Arjan,

    Thanks for this, it works perfectly but it creates an issue of missing H1 tag on the page because the title on the post page is a H2 tag.

    Any suggestions for how to overcome that?

    • Aryan Raj says

      February 29, 2020 at 6:06 am

      Hi, You can assign the h1 in site title using this code in child-theme/functions.php

      // add h1 for site title
      add_filter( 'genesis_site_title_wrap', 'dy_h1_for_site_title' );
      function dy_h1_for_site_title( $wrap ) {
      
      	if ( ! is_home() ) {
      		return $wrap;
      	}
            return 'h1';
      }

Primary Sidebar

Search

WPEngine WordPress Hosting, Perfected.

Hosting You are looking for?.
Perfect solution for small business to global enterprise.

Learn more

StudioPress Genesis Theme Framework

The No.1 Theme Provider.
Creative, SEO rich Theme for all niche projects.

Learn more

Categories

  • Free Content
  • Genesis Tutorials
  • Premium Content
  • Snippets
  • What's New?
  • WordPress Tutorials

Tag Cloud

Archive Background Section blog canvas menu center logo columns conditional tags CSS CSS Grid custom Customizer custom post type Custom Post Types custom template Custom Widget effect eNews Extended Featured Image front-page Genesis Genesis Sample header right hero section Image Background js layout left menu Logo menu Navigation Menu newsletter post page related posts responsive menu search search widget Shrinking Logo site header slide in-out Stylesheet Template Utility Bar Video Background widgets WordPress

Built with Genesis Framework + WordPress by Aryan Raj

  • Contact
  • FAQ
  • Disclaimer
  • Privacy Policy
  • Copyright Policy
  • Terms of Service