• 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

Is it possible to NOT display the 'Tag Cloud' on a 2nd blog?

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 › Is it possible to NOT display the 'Tag Cloud' on a 2nd blog?

This topic is: resolved

Tagged: tag cloud widget

  • This topic has 2 replies, 2 voices, and was last updated 7 years, 3 months ago by John Cameron.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • November 20, 2018 at 11:32 am #224485
    John Cameron
    Participant

    Is it possible to NOT display the 'Tag Cloud' on a 2nd blog based on one post category?

    We need the Tag Cloud (using Tag Cloud Widget which works great) in the main blog.
    URL: https://sd64.bc.ca/category/learning-stories/

    The Problem:
    We have started a 2nd blog based on the category 'notices'. We don't want the Tag Cloud to show in posts of this category. e.g.:
    URL: https://sd64.bc.ca/category/notices/

    Thanks in advance!
    (Essence Pro)

    November 21, 2018 at 9:57 am #224504
    Victor Font
    Moderator

    Yes it's possible. You can remove the action that displays the after entry widget area using WordPress conditionals. https://codex.wordpress.org/Conditional_Tags

    This code will remove the widget area for any post that has the category "notices":

    add_action( 'genesis_entry_content', 'remove_tag_cloud_for_notices');
    function remove_tag_cloud_for_notices() {
        if ( has_tag( 'notices' ) ) {
            remove_action( 'genesis_after_entry', 'genesis_after_entry_widget_area');
        }
    }

    Make sure you insert this in functions.php after the lines that read:

    // Adds support for after entry widget.
    add_theme_support( 'genesis-after-entry-widget-area' );


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    November 21, 2018 at 1:29 pm #224510
    John Cameron
    Participant

    Victor this is not the first time you've helped me!
    Thanks, a perfect solution.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Is it possible to NOT display the 'Tag Cloud' on a 2nd blog?’ is closed to new 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