• 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 from Blog Category Pages? Modern Blogger Pro

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 › General Discussion › Remove Tags from Blog Category Pages? Modern Blogger Pro

This topic is: not resolved

Tagged: category pages, modern blogger pro, Remove Tags, tags

  • This topic has 3 replies, 3 voices, and was last updated 11 years, 1 month ago by Genesis Developer.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 5, 2014 at 11:30 pm #103795
    TheGG
    Member

    Hi!

    I'm using Modern Blogger Pro + was just wondering how I can stop my tags from showing up in my category pages?

    Also, is there a way to change the amount of space in between the posts on the category pages? There's such a big gap at the bottom of each post!

    Example here

    Thanks! 🙂

    http://www.glamorganicgoddess.com/category/skin-care/facial-cleanser-makeup-remover/
    May 6, 2014 at 12:26 am #103800
    Brad Dalton
    Participant

    Use Firebug to inspect the space and then change the values for any padding.

    Use display: none; to hide the tags. You can find the classes for your tags using Firebug.


    Tutorials for StudioPress Themes.

    May 14, 2014 at 8:28 am #104862
    TheGG
    Member

    Hi Braddalton!

    Thanks!

    I used Firebug + tried to use the "display: none;" - but it then hides ALL my Tags.

    I still want o be able to use them on my Individual Posts - I just want to hide them from my Category Pages like they're hidden from the Home Page.

    How can I do that?

    Thanks! 🙂

    May 14, 2014 at 9:56 am #105118
    Genesis Developer
    Member

    Add this code in your functions.php file

    
    add_action('template_redirect', 'remove_tag');
    function remove_tag(){
       if( is_category() || is_archive()) {
          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' );
       }
    }

    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ 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

© 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