• 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

How to move Post Date & Comments Link

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 › How to move Post Date & Comments Link

This topic is: resolved

Tagged: comments, move link

  • This topic has 4 replies, 3 voices, and was last updated 11 years, 11 months ago by cdils.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • February 1, 2013 at 9:52 pm #17311
    erinfults
    Member

    Hi, I am using the Executive theme and am trying to figure out how to move the post date and comments link to below the post title. Based on what I've read it looks like using a hook might be the answer, but I can't seem to figure it out beyond that. Any help is much appreciated!!

    -Erin

    http://blog.fasttrackphotographer.com/blog/

    February 4, 2013 at 3:05 pm #17996
    cdils
    Participant

    Hi Erin,

    Open up functions.php and look for this bit of code:

    /** Relocate the post info */
    remove_action( 'genesis_before_post_content', 'genesis_post_info' );
    add_action( 'genesis_before_post_title', 'genesis_post_info' );

    On that second line, instead of 'genesis_before_post_title', you'll want it to be 'genesis_after_post_title', like this:

    /** Relocate the post info */
    remove_action( 'genesis_before_post_content', 'genesis_post_info' );
    add_action( 'genesis_after_post_title', 'genesis_post_info' );

    Cheers,

    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. 🙂

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

    February 4, 2013 at 3:55 pm #18037
    erinfults
    Member

    Thanks so much Carrie!

    April 4, 2014 at 10:33 am #98477
    sacousino
    Member

    Howdee! I was looking for this bit of info and was happy to find it. I was able to move my post info below the post title.

    But now, the text for the post is immediately below the post info with no line break between the two. I've tried adding that into the blog post itself with an   or simply a blank <div> function, but any space generated is simply too big.

    An example post showing this oddity is here: http://www.specializedeventsatsea.com/cruise-ship-stateroom-demystified/

    What can I do to incorporate a line break?

    thanks!

    April 4, 2014 at 12:04 pm #98491
    cdils
    Participant

    Hi there,
    Instead of using a line break, you can add some margin or padding to the CSS of that post info. Something like this:

    .post-info {
    margin-bottom: 15px;
    }

    Cheers,
    Carrie


    Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question. 🙂

    I host a weekly WordPress-focused podcast called Office Hours. I tweet @cdils.

  • 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