• 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

Creating a Header from Post title, similar to mailchimp

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 › Creating a Header from Post title, similar to mailchimp

This topic is: not resolved

Tagged: header, post title, styling

  • This topic has 1 reply, 2 voices, and was last updated 10 years, 8 months ago by JamesRoberts.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 29, 2014 at 9:50 am #129751
    hobbygirl66
    Member

    Hi- I unfortunately don't know the terms for this to even do a search. I like the look of mailchimp blog.,

    I want to create something similar- a large ( very large) area with just post title/category across solid colour background.

    Here is screenshot:
    mailchimp post title

    Is there a name for this? Any suggestions where to start?

    Thanks!

    October 29, 2014 at 2:46 pm #129798
    JamesRoberts
    Member

    Hi hobbygirl66, the below is a good starting point, add this to your functions.php

    //this removes the title
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 );
    //add custom header
    add_action( 'genesis_after_header', 'custom_content' );
    function custom_content(){
        //tweak to match your style
        echo "<div style='width: 100%; padding: 50px; background-color: #52BAD5'>";
            echo get_the_title();
       echo "</div>";
    }

    Need beautiful and responsive Genesis child themes at amazing prices? Stop by LlamaPress and check out our themes.

  • 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