• 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

Remove post date, author

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 › StudioPress Themes › Infinity Pro › Remove post date, author

This topic is: resolved

Tagged: Author, css, post-date

  • This topic has 1 reply, 1 voice, and was last updated 3 years, 3 months ago by ericcantu.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 8, 2022 at 1:38 am #504806
    ericcantu
    Participant

    Anyone have the css to remove the post date and author from the post?

    https://workfromyourlaptop.com
    March 8, 2022 at 9:48 am #504808
    ericcantu
    Participant

    So I found this css for removing the date. I decided to leave the author in the post as it was the dates I was most looking to remove.

    This css can be added to the functions.php of the child theme.

    add_filter( 'genesis_post_info', 'sp_post_info_filter' );
    /**
    * Customize entry meta in the entry header.
    *
    * @param string $post_info Existing post info
    * @return Modified post info
    */
    function sp_post_info_filter( $post_info ) {
    $post_info = __( 'by', 'genesis' ) . ' [post_author_posts_link] [post_comments] [post_edit]';

    return $post_info;
    }

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

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