• 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

Notice: Use of undefined constant id – assumed 'id'

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 › Notice: Use of undefined constant id – assumed 'id'

This topic is: resolved
  • This topic has 1 reply, 1 voice, and was last updated 11 years, 11 months ago by Scott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 16, 2014 at 8:34 pm #90684
    Scott
    Member

    I've implemented the code below in child theme's functions.php in order to display the category title and description on the category landing page. However, its generating an error with wp_debug:

    Notice: Use of undefined constant id - assumed 'id'
    Notice: Undefined variable: category
    
    /**
    * Add Category Description to Archive (and Enable HTML Markup)
    */
    add_action( 'genesis_before_loop', 'my_display_category_archives_description');
    
    function my_display_category_archives_description () {
    if (is_category() ) {
    echo '<h4>' . the_title() . '</h4>';
    echo category_description( $category-id );
    }}
    
    February 16, 2014 at 8:43 pm #90686
    Scott
    Member

    Update, here's the fix:

    if (is_category() ) {
    	$cat_id = get_query_var( 'cat' );
    	echo '<h4>' . get_category($cat_id)->name . '</h4>';
    	echo category_description( $cat_id );
    }}
    
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 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