• 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

Moving post title below featured image/above post content – Breakthrough Theme

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 › Moving post title below featured image/above post content – Breakthrough Theme

This topic is: not resolved

Tagged: Breakthrough Pro, entry-header, entry-meta, post title, single post

  • This topic has 4 replies, 3 voices, and was last updated 5 years, 9 months ago by Brad Dalton.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • April 4, 2019 at 10:00 am #490497
    hughcolohan
    Member

    Hey guys, I've been searching on how to do this for several hours, so I thought I'd finally ask here. For single posts, I'm trying to move the page title (and meta) to within the main #genesis-content div (see attached screenshots).

    Current look and DOM: https://imgur.com/a/aurbS48
    What I'm looking to achieve: https://i.imgur.com/ymi1Q5n.jpg

    Having gone through all of functions.php, and even trying to register my own single.php in the Breakthrough child theme, I'm still unable to do so. What am I missing?

    Thanks!

    https://jetlagfortwo.com/the-first-timers-guide-what-to-know-before-visiting-myanmar/
    April 16, 2019 at 3:10 am #490682
    Brad Dalton
    Participant

    Look in lib > headings.php around line 83 the theme uses a custom function to reposition the entry header markup and elements.

    if ( is_page() && ! is_page_template( 'page_blog.php' ) && ! is_front_page() || is_single() ) {
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 );
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
    
    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_post_info', 4 );
    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_entry_header_markup_open', 5 );
    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_entry_header_markup_close', 15 );
    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_post_title' );
    add_action( 'genesis_before_content_sidebar_wrap', 'breakthrough_featured_image', 16 );
    

    Change the genesis_before_content_sidebar_wrap hook to another.


    Tutorials for StudioPress Themes.

    April 18, 2019 at 6:41 pm #490738
    hughcolohan
    Member

    Thanks so much Brad, I managed to figure out a hack workaround by myself, however your input has helped significantly (and also indirectly helped me learn a lot more about the intricacies of hooks/actions).

    Cheers, and thanks again!
    -Hugh

    June 28, 2020 at 2:09 am #499623
    Stela
    Participant

    This is very helpful! Thank you
    Is there a way to add this reposition option in the Content Archive Settings in the Customizer so the user can choose from?

    June 28, 2020 at 2:23 am #499624
    Brad Dalton
    Participant

    Yes, anything is possible with code.


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 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

© 2026 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