This is a customized Genesis Sample (v 2.3.0) with centered entry titles and archive titles repositioned from their default location to below the header in a full-width section in all these views:
- Posts page (Blog) when it’s not on front page
- Single Post pages
- Static Pages
- Category Archives
- Tag Archives
- CPT Archives
- Single CPT Entry pages
- Custom taxonomy archives
- Author Archives
- Date Archives
- Search Results pages
- Blog Page Template page (not recommended)
Web pages using Landing Page Template are excluded by design.
Note: This is a child theme of Genesis framework meaning – you need to have a copy of Genesis installed in the WordPress site for this theme to work.
Instructions
For the title to appear on CPT archive pages, add theme support like so:
// Add Archive Settings option to Portfolio CPT.
add_post_type_support( 'portfolio', 'genesis-cpt-archives-settings' );
where portfolio
is the name of CPT.
Recent Comments