• 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

Reposition Post Meta under Post Info

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 › Reposition Post Meta under Post Info

This topic is: resolved
  • This topic has 8 replies, 5 voices, and was last updated 12 years, 7 months ago by David Chu.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • December 21, 2013 at 9:12 am #80613
    AnitaC
    Keymaster

    I must need more coffee or a drink (I know it's early EST), but I cannot ... for the life of me... find how to reposition the Post-Meta (Category and Tags) under the Post-Info (Author, Date). I know I've seen it somewhere... but my Googling is not coming up with it, nor can I find it in the SP Snippets.


    Need help with customization or troubleshooting? Reach out to me.

    December 21, 2013 at 9:28 am #80615
    Ozzy
    Member

    it depends if you're using HTML5 or not.

    for non-HTML5 sites:

    Post Meta

    Post Info

    for HTML5 sites:

    Entry Header


    http://my.studiopress.com/snippets/entry-footer/


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2013 at 9:31 am #80616
    AnitaC
    Keymaster

    Right now I am just using the Sample and say for the Blog page and Archive page, I'd rather have it under the Info. I didn't realize in HTML5 there was a "name change" to Entry Footer. I had already looked here - http://my.studiopress.com/snippets/entry-footer/, but didn't see how to "reposition" it as they did in say the navigation instructions.


    Need help with customization or troubleshooting? Reach out to me.

    December 21, 2013 at 9:35 am #80618
    Ozzy
    Member

    yup, there were some hook changes in HTML5. all set now?


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2013 at 9:35 am #80619
    Brad Dalton
    Participant

    You can add the Post Meta short codes to the post info field using Simple Edits or PHP code.

    Then you can remove the post meta using Simple edits, Simple Hooks, CSS or PHP.

    Thats not the only way to do it but it works.


    Tutorials for StudioPress Themes.

    December 21, 2013 at 9:40 am #80620
    Sridhar Katakam
    Participant
    add_action( 'genesis_before_entry', 'sk_reposition_post_meta' );
    function sk_reposition_post_meta() {
    
    	remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
    	remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );
    	remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    	add_action( 'genesis_entry_header', 'genesis_post_meta', 13 );
    }

    Genesis Tutorials | Follow me on Twitter

    December 21, 2013 at 9:42 am #80621
    AnitaC
    Keymaster

    Thanks guys! I added Brad's code before Sridhar added his and it worked! I am bookmarking this for future reference.


    Need help with customization or troubleshooting? Reach out to me.

    December 21, 2013 at 10:00 am #80623
    Brad Dalton
    Participant

    Or you could use this.

    remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    add_action( 'genesis_entry_header', 'genesis_post_meta', 14 );
    

    Tutorials for StudioPress Themes.

    December 21, 2013 at 12:33 pm #80644
    David Chu
    Participant

    Yes,
    "What Brad said". I derived that by reading my own article, where I published some examples of dealing with the new hooks. I got it to work with a priority of 12. There are so many un-documented "slots" for things to go in with the new HTML5 ARTICLE structure, that one must experiment to find them all.

    http://davidchu.net/blog/genesis-2-0-html5-hooks/

    Dave


    Dave Chu ยท Custom WordPress Developer – likes collaborating with Designers

  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Reposition Post Meta under Post Info’ is closed to new 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