• 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 Tags and Category Meta from Blog Roll Excerpts ONLY

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 › Remove Tags and Category Meta from Blog Roll Excerpts ONLY

This topic is: not resolved

Tagged: Remove Tags; Remove Categories

  • This topic has 7 replies, 2 voices, and was last updated 12 years, 1 month ago by Genesis Child.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • June 25, 2014 at 1:33 am #111410
    Genesis Child
    Member

    Hi guys,

    I know you can remove Remove Tags and Category Meta from posts and post excerpts in one hit, but I only want to remove them from my excerpts not from the posts themselves.

    Does anyone have a code to do this?

    Thanks,

    GC

    June 25, 2014 at 1:44 am #111412
    neilgee
    Member

    You can try:

    // Remove Post Meta from Archives
    function themeprefix_remove_post_meta() {
        if ( is_archive ) {
            remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
            }
    }
    add_action ( 'get_header', 'themeprefix_remove_post_meta' );

    Neil Gee
    WP Beaches
    Coolest Guides

    June 25, 2014 at 1:48 am #111414
    Genesis Child
    Member

    Hi Neil,

    Thanks for getting back to me.

    I tried that. It removes the tags and category meta from the post and the post excerpts though. I just want to remove the tags and category meta from the post excerpts, not from the posts themselves.

    Any other ideas?

    Thanks,

    GC

    June 25, 2014 at 1:55 am #111418
    neilgee
    Member

    That should just remove any post meta from Archive pages only and leave the post meta on the actual single post pages.

    Do you have a URL?


    Neil Gee
    WP Beaches
    Coolest Guides

    June 25, 2014 at 2:23 am #111426
    Genesis Child
    Member

    Hi Neil,

    No it is removing it from both. My site is not live yet. Can I provide you with anything else?

    functions.php?

    Thanks,

    GC

    June 25, 2014 at 2:31 am #111428
    Genesis Child
    Member

    It's weird because I have tried this code too, which is also supposed to be able to solve my problem:

    /** Customize the post meta function - Crunchify Tips*/
    add_filter( 'genesis_post_meta', 'crunchify_post_meta_filter' );
    function crunchify_post_meta_filter($post_meta) {
    if ( !is_page() && !is_home() && !is_front_page() && !is_archive()) {
    $post_meta = '[post_categories before="Filed Under: "] [post_tags before="Tagged: "]';
    return $post_meta;
    }}

    But this isn't working either. Removes tags and categories from post excerpts and the actual posts too...

    🙁

    June 25, 2014 at 2:39 am #111429
    neilgee
    Member

    Try

    // Remove Post Meta from Archives
    function themeprefix_remove_post_meta() {
        if ( is_archive ) {
            remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
            }
    }
    add_action ( 'get_header', 'themeprefix_remove_post_meta' );

    Neil Gee
    WP Beaches
    Coolest Guides

    June 25, 2014 at 3:04 am #111434
    Genesis Child
    Member

    Hi Neil,

    Nope. That one does not work either. That one doesn't remove tags or categories from either post excerpts or posts 🙁

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