• 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

Adding shortcode support to Category Pages

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 › Adding shortcode support to Category Pages

This topic is: resolved

Tagged: category, shortcode

  • This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago by Arne.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • August 19, 2016 at 1:29 am #191584
    Arne
    Member

    Hello everybody,
    currently working on the creation of a new website .
    For the first time, I would like to shows content on the category pages and make parts of it visually appealing .

    To highlight certain content I use the plugin Ultimate Shortcodes. This works fine for all articles. Unfortunately, the shortcodes are not displayed on category pages.
    Example : https://www.matratzenwissen.de/matratzenarten/

    Do you have any suggestion how to deal with this problem?

    Best
    Arne

    https://www.matratzenwissen.de/matratzenarten/
    August 19, 2016 at 5:48 am #191587
    Victor Font
    Moderator

    Maybe this will help: https://wordpress.org/support/topic/cannot-insert-shortcode-for-posts-with-any-particular-category


    Regards,

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

    August 19, 2016 at 9:17 am #191610
    Arne
    Member

    Hello Victor,
    thanks for your help, but unfortunately that has not solved my problem .

    I have now tried a lot of different ways. Finally, to come to a relatively simple solution.

    The following Hook solves the problem for me:

    add_action( 'genesis_before_loop', 'rv_output_category_info' );
    function rv_output_category_info() {
    	if ( is_category() ) {
    		echo single_term_title('<h1>') . '</h1>';
    		echo term_description();
    	}
    }

    I have found the solution thanks the following page:

    How to Display a Category’s Name and Description in Genesis

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

© 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