• 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 remove time stamp on Balance

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 remove time stamp on Balance

This topic is: not resolved

Tagged: balance theme, delete date, remove date, remove date stamp

  • This topic has 6 replies, 3 voices, and was last updated 13 years ago by mariafernandez.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • December 19, 2012 at 10:28 am #6193
    mariafernandez
    Member

    My blog is not time sensitive, so I've decided to show no date on blog posts. This is what I've done to remove the date stamp on the Balance theme:

    Under Editor / functions.php, I''ve duplicated the line:

    $post_info = '[post_author_posts_link] [post_date]';

    Then I've commented one of them:

    /** $post_info = '[post_author_posts_link] [post_date]'; */

    and in the active one I've deleted:

    [post_date]

    So I now have:
    /** Customize the post info function */
    add_filter( 'genesis_post_info', 'post_info_filter' );
    function post_info_filter($post_info) {
    if (!is_page()) {
    /** $post_info = '[post_author_posts_link] [post_date]'; */
    $post_info = '[post_author_posts_link]';
    return $post_info;
    }
    }

     

    This removes the time stamp cleanly.

    I've posted this in case others want to remove their date stamps too.

    Maria

     

     

    December 19, 2012 at 5:23 pm #6283
    AnitaC
    Keymaster

    Wow, that's a lot of work. Doesn't the Genesis Simple Edits do the same thing without modifying the code - http://wordpress.org/extend/plugins/genesis-simple-edits? I am trying to learn which way is better - modifying code or just using plugins to make things work.


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

    December 20, 2012 at 6:32 am #6359
    mariafernandez
    Member

    anitac, thanks.

    Can anyone confirm whether using the Simple Edits plugin is better than doing php changes? I'm thinking long term and possible problems with upgrades. Thanks.

     

    December 20, 2012 at 11:12 am #6434
    briegger
    Member

    I'm wondering the same thing. I've installed the plugin but how do I use the short code to say "don't post this information"????

    December 20, 2012 at 11:22 am #6438
    AnitaC
    Keymaster

    So here's Post Meta snippet - http://my.studiopress.com/snippets/post-meta/#remove. Would this be of help for you?


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

    December 20, 2012 at 11:37 am #6445
    briegger
    Member

    Thanks Anitac! I entered that under my child theme in the functions.php file but it didn't seem to change anything. I cleared my cache (learned that lesson a while back!!) and also tried in another browser but it still didn't seem to change it?

    This is the code I used:

    /** Remove the post meta function */
    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );

    http://k2smarketing.com/cmacco/flagship-athletic-club/

     

    December 21, 2012 at 4:27 am #6603
    mariafernandez
    Member

    The very simply change to the functions.php file works great.

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