• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Genesis: Add CSS Class Around Entry Title

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Genesis: Add CSS Class Around Entry Title

This topic is: resolved

Tagged: entry-title, genesis

  • This topic has 1 reply, 1 voice, and was last updated 10 years, 6 months ago by triplebull.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 3, 2015 at 5:42 am #143017
    triplebull
    Member

    Hey folks,

    for a customized child theme, based on genesis I have to put a div with a css class around the entry title.

    Result should be:

    <div class="new-class"><h1 class="entry-title" itemprop="headline">Any Headline</h1></div>

    Any suggestions how to do that smart (HTML5) in the functions.php of the child theme?

    Thank you so much in advance!!!

    Martin

    March 3, 2015 at 6:42 am #143022
    triplebull
    Member

    ... thanks anyway, made it on my own ...

    /**
    * Add Wrapper to the entry title
    */
    add_action( 'genesis_after_header', 'gs_create_entry_title_banner' );
    function gs_create_entry_title_banner()
    {
    echo '<div class="new-class"><h1 class="entry-title" itemprop="headline">';
    echo get_the_title();
    echo '</h1></div>';
    }

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble