• 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

How to STYLE individual CATEGORIES and SUB CATEGORIES

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 › How to STYLE individual CATEGORIES and SUB CATEGORIES

This topic is: not resolved

Tagged: posts, styling Categories, sub categories

  • This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago by PhilMurray.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • November 17, 2013 at 4:06 am #73541
    PhilMurray
    Participant

    hi

    I need to style a specific CATEGORY and all it's SUB CATEGORIES and POSTS differently to the rest of the site a for a client build.

    I tried this excellent code from Nick Croft [below] - which works great for CATEGORIES and POSTS - but how do I include SUB CATEGORIES also?

    //adds new body class for post category
    add_filter('body_class', 'add_category_class_single');
    function add_category_class_single($classes){

    global $post;

    if(is_single()) {
    $category = get_the_category($post->ID);
    $slug = $category[0]->slug;
    $classes[] = 'post-category-' . $slug;
    }

    return $classes;
    }

    February 19, 2014 at 10:45 am #91167
    Susan
    Moderator

    Since you posted this a while ago, I hope you were able to get a resolution to your issue. If not, please report back here, and I will try to assist, or escalate as appropriate.

    Thanks!

    February 19, 2014 at 1:29 pm #91249
    PhilMurray
    Participant

    Thanks Susan

    no didn't get properly resolved as such

    cheers

    Phil

  • 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

© 2023 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