wp_list_cats
is deprecated. You should switch to the “newer” version wp_list_categories
which also supports some additional options. For example the depth
option, which is probably what you’re looking for. See the WordPress codex for more information.
wp_list_categories(array(
'style' => 'none',
'orderby' => 'name',
'show_count' => true,
'hierarchical' => true,
'depth' => 1
));
Related Posts:
- Create a category list page
- How do I use the same post slug for different Categories?
- How to display only 3 main categories, separated by commas, since they are marked in the post?
- How to tax query X number of posts related by tag first, then by category if not enough in tag-related
- Woocommerce product categories order [closed]
- How do I create a way for users to assign categories to a post from the frontend?
- is_category() function
- How to hide a specific category posts in my monthly archive?
- Give specific category its own permalink structure
- Create terms when registering taxonomy?
- Automated adding of one tag to all the posts in a category
- How to set up sub-categories for author pages?
- Add category to custom post type automatically, using category slug
- How do I edit pre_get_post for the category the user is currently in?
- Assign different category colours to different categories in the main menu
- Category Alphabet List Broken
- wp_list_categories, Add class to all list items with children
- Display Only One Category
- Display only one result from “get_the_category_list”
- Display empty taxonomy terms with get_terms()
- Using separator with wp_list_categories
- Connecting WordPress gallery to custom categories (taxonomy)
- Assign an icon to a category post
- How can I show the subcategories content on the parent category page?
- Multi-site or categories?
- Custom Category/Subcategory structure
- Category archive page – loop through posts of certain tag (with pagination) – pre_get_posts
- Remove ‘rel’ attributes from the_category() output
- Default category link for a custom category is a broken link
- View the latest created categories
- If statement within PHP echo
- category hierarchy level as a body class – parent cat =1, child cat=2, grandchild=3
- How to show author name only if the post is in a specific category?
- Are Category or Tag Archive Pages Possible?
- 3 Columns, 3 Categories, One Archive, and Pagination
- Archives for each category on WP Multisite
- Update post title with category name after editing a category
- How to Exclude post from a category
- Hiding a Categories content on just the Homepage ‘Posts’?
- How to change a post category when the ACF datepicker Field is today
- Send to different single pages by category when multiple categories exist
- Multiple Loops on category.php with pagination on last loop
- Two separate portfolio pages [closed]
- How can you change the permalink for pages?
- WordPress get from single.php back to the right category page
- Categories are not listing their respective products
- Include WooCommerce product to all child categories
- Two columns in homepage each with one category
- Pagination on category.php and tag.php not working
- WordPress link to post links to category (loop)
- How do I attach a page to a category similar to how we attach media to a post?
- Display all product tags associated with a specific product category
- How replace individual elements in the RSS feed with a single string
- Category url generate 404 error
- how to nest specific category thumbnails inside different containers
- Style a category from category list
- Adding a page summary to a specific page
- Adding a block with query in homepage
- Add a category on all archive category pages
- what file I need to create to work date archive links?
- multiple values in an array for category__and does not work with WP_Query
- Assigning certain pages or posts to use the template of the parent page or category
- I need advice on how to structure the categories according to the layout i have
- How to get posts using category slug in ClassiPress?
- Assign author to category and not only posts
- Add properties to term object
- How to fetch common posts from two feeds?
- Display all Categories
- custom wp_list_categories in single.php
- How to set acf color field as background color to product category
- How to target all woocommerce categories that don’t have any subcategories in them?
- How to add all subcategories as submenu in WordPress menu
- echo $category[0]-> cat_name; shows only one category name
- Category pages resolving with and without category prefix
- How can i echo next and previous custom category from a Taxonomy
- Is there a way to allow users to customize their feed view?
- Number of categories slowing down the site
- Change post category within pre_get_posts
- Subcategory Page 404ing
- displaying one category on one page
- Ajax Category add doesn’t update the list table custom column
- Question About Messing With Category Pages and Descriptions
- how to get postmeta info based on multiple categories?
- create post with main category and other categories from admin panel
- How to exclude category and post_tag taxonomy while displaying custom taxonomy?
- get_posts – require all categories
- List Terms by category
- Add advertising box to a specific category page
- How do you add Author and date Published on Category Pages?
- Twenty Eleven Theme [duplicate]
- display certain category on custom template page
- Get post by Category in custom template
- Ajax call activate after submit in edit-tags.php page
- List products from current category
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- comments_number fails to print
- How to show posts of a specific category
- How to show child category name & post from it’s parent [closed]
- Open everything in new tab
- Limit authors on specific catogories