If you use wp_list_categories
(see Codex), it automatically adds the classes cat-item
,cat-item-{ID}
and (to the current category being viewed) current-cat
. (It also adds current-cat-parent
to the parent of the current category).
This should be enough to style any particular category a certain way, and style the current category a particlar way.
However, you can obtain the current category being viewed by, in your category template file, using:
$term = get_queried_object();
The current category’s slug is given by $term->slug
. This would allow you to add a certain styling to the current category (the exact details of how to do that would depend on how you were displaying the category links).
Related Posts:
- How to show only one category in breadcrumb navigation
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- Get rid of WordPress category, tag and author archives?
- How to add the category ID to admin page
- Custom Nav Walker menu – Display category count
- Reflect nested categories in appearance > menus
- How to create a widgetized sidebar for every category dynamically?
- Only show category to certain user levels without plugin
- Category menu item and its last 10 posts as sub-menu
- List Categories of the Parent Category of the Current Category
- Is there a function to cause empty categories not to show in menus?
- Assign different category colours to different categories in the main menu
- Keep active class in post page
- Auto add pages to category menu
- How to show empty category in admin menus search
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Display WooCommerce product categories in a 4 columns custom menu [closed]
- exclude category from WordPress Form function
- wp_list_categories, Add class to all list items with children
- Remove “Parent” Selection When Adding/Editing Categories?
- Check is category parent or not from its ID
- Automatically add product_categories to nav_menu
- Add Product categories to WordPress menu without losing hierarchy
- Custom Category/Subcategory structure
- How to show in search results posts with a particular tag in a particular category?
- How can I get an tag to wrap each ancestor that gets outputted in this condition?
- Add a specific category at a specific place to the menu that uses wp_list_pages
- If category is in parent category?
- Multiple menu items highlighted
- wp_nav_menu not highlighting the current category when viewing a single post
- If in category to be inside of a function
- Show recent posts in menu?
- Rename Default Category (Uncategorized) Via a Function
- Show Different Custom Menu on Different Category Pages
- Open subcategories in submenu on click in primary menu
- How to add Categories to the top menu of the website?
- Implementing a tricky wordpress menu (nested categories + thumbnails)
- Check child/parent categories if exists
- Looking for the best solution to build this Blog structure? Picture attached?
- Nav menu category links not showing
- Show number of articles in menu
- Getting URL of archive (category) page
- Automatically adding categories and authors in custom menu?
- Hard coded main navigation
- Highlight wp_nav_menu when category is selected
- Query posts from category based on a filter most favorited
- Class active for Archive link – looped out
- Menus don’t work after 4.4 [closed]
- category permalinks
- Create menu / submenu from category subcategory and posts
- Categories as main menu items and subcategories as nested lists
- wp_list_categories in in nav_menu
- Different menu navigation per category
- WP admin broken. Not saving catgories or adding categories to menu
- Creating Category Specific menus
- Custom Walker for wp_list_categories
- Add tag parameter to category.php
- Redirect to another page using contact form 7? [closed]
- Create menu locations for each category in wordpress
- Random Featured Image Based on Category
- Building Menu from Woocommerce Product Categories
- Hooking to walker_nav_menu_start_el to insert list of subpages
- Show subcategories on a parent category page
- Admin: Navigation Menus do not show empty categories/taxonomies in the list’s search tab
- add slug beside name in Admin Category Checklists
- Give Children Unique ID’s
- WordPress list categories dropdown with parent-child relation and child under it’s parent
- List a maximum of ‘x’ product categories with qty of ‘y’ in each column
- Searching for a category returns nothing if category is empty
- function query_posts disabling current_page_menu class
- Un-highlight Blog Menu Item when Category Menu Item is Selected
- Show different menu on each woocommerce category page
- How to use wp_list_categories with plugin category?
- Theme for subcategories
- Same menu for different taxonomies to reach different content
- Multiple categories for one menu item?
- How to get category id’s which are added in main menu?
- How to Sync Menu, Widgets and other masters from Main Website to its Sub Site
- Link from navbar to categories
- Pagination doesn’t work on multiple categories
- Theme modification for custom category menus
- Change appearance based on category but post is in two main categories
- Redirect depending on category chosen
- How to add icon over specific thumb
- How to load several hierarchical categories from functions.php
- Change Default Content when Creating a Post based on Previous Category Choice
- How to add a custom thumbnail size for a specific category?
- wp_nav_menu not appearing correctly on category page
- wp_list_pages() not showing on posts
- Is custom menu name and category name linked in wordpress?
- Custom menu with categories and tags
- create function to call category name and slug
- Different size video display for category page (smaller) & detail page (larger)
- Global navigation in multisite: problem with categories
- How to automatically generate custom menu item from categories?
- WP-CLI Add category as menu item main-menu
- Categories are not available AT ALL under Menus
- ADD DYNAMIC attribute for category to accordion
- How to remove an item from a custom Walker_Nav_Menu
- How to add all subcategories as submenu in WordPress menu