the_category
and wp_list_categories
are for the category
taxonomy term. What most people call a category is most likely a taxonomy. Category is just a default taxonomy for the post
post type.
You need to use the general taxonomy functions such as the_terms and get_the_term_list.
echo '<li>'; echo get_the_term_list($post->ID, 'project_category'); echo '</li>';
You will need to change project_category
to whatever custom taxonomy name you have used.
Related Posts:
- How to get the number of posts in a selected category?
- MySQL Query to Retrieve Category from wp_posts
- Category checkbox list tree changes when editing a post
- Show related posts by category but ignore one category
- How to sort posts by last name (2nd word) on ONE category only?
- prevent showing posts of an specific category in admin posts section
- Add custom field to category of custom post type
- Can I hide a specific post from latest posts page?
- Auto set Post to Specific Categories
- How to show post(excerpt) from specific category on wp page?
- New blog template to display only one category
- WordPress – Admin Manage Posts – Multiple Filters by Parent Category
- Custom Theme Want To Remove One Category From All Displays
- WordPress menu that shows all posts in a certain category like w3schools
- Divide Loop Into Days & Categories
- How can I list random authors from current post category?
- Different template for posts of all subcategories of category
- How do I render all posts of the same category in same layout?
- How to limit displayed posts on wordpress
- WordPress list posts from sub categories
- Mark menu item as current-menu-item for category
- How to set up multiple taxonomies for groups of posts
- How to filter posts that belong to a specific category only if that is the only category
- List posts in a given category
- How to display category from recent posts?
- Can I divide the pages into categories?
- Child_of not displaying all children posts.. via get_posts
- Duplicate posts and change category
- Category Foreach keeps looping?
- post categories
- display a random post thumbnail from a random category
- Post page to display specific category
- Get Posts Under Custom Taxonomy
- Prevent additional top level categories but allow more children
- how to show single post in a custom template
- Is it possible to add/tick a category to a post when it is created?
- Excluding posts not working
- Hide posts belongs to few categories in homepage
- post category in wp_insert_post
- Limit the number of posts a category can have – newest post goes in, oldest one drops out, possible? plugin?
- Remove current category from post but display all others
- Display posts of specific category term
- Widget that shows categories with posts numbers
- How do I show posts from another wordpress installation?
- Latest posts by category — how to exclude current post?
- How do I include the category next to the title of a post?
- Relative number of post in category
- How to show a custom taxonomy in the theme?
- How to import nested categories from XML file?
- How to get post with associated categories and tags names instead of ids with rest api?
- Display a mixed list of posts and media
- Migrate posts from category and sub-category via SQL
- Posts Missing in Dashboard after update
- Display post number by category
- How to get post with slug and exclude categories
- Retrieving posts by their date and category
- Are post, page and category IDs unique to each other?
- Static pages not working
- WordPress displays post on subcategory only
- Remove Featured Image from posts in specific category?
- How to list post as buch of category, and all of them
- Categories Listing and Highlighting current category item
- Display hierarchical categories/sub-categories for a single post only
- Post in bulk based on category template
- Remove subcategory slug from url
- Automatic duplicate/copy of post to a related page in WordPress
- Is there a way to categorize a list posts all at once?
- Yoast breadcrumb URL shows category instead of the page
- Author post count in category
- On the online version of my blog posts disappear
- Foreach issue in get_posts function
- Why do I have categories with duplicate slugs?
- More Than 50K Categories and WordPress Admin Panel Stop Showing Categories and Posts
- Re-order Category Meta-data
- Custom post styling per category?
- How to run select query of post with category and tags?
- post categories – how to show only categories with a specific parent id
- Creating a “category” of featured posts
- How do I make it so that new posts within a certain category go into a certain page?
- List Authors For Current Category
- Static text above category page
- List posts of assigned categories in list of all categories on single.php
- Show only top 3 posts from 3 categories in order on home page
- Hide categories from showing above a Post
- Assign specific ads to specific categories/posts
- Order posts by separate menu order for different sub-categories
- find posts with exactly 3/4 categories
- Use radio buttons & checkboxes for post categories
- Delete old post with new post
- Displaying only posts from a certain category on my custom page template
- I need to create a page or post hierarchy
- Separate categories parents, childs and grandchilds in dropdowns
- WP_Query: Fetch posts that are in (category1 and not in category2), OR posts that are not in cagegory1
- Add default content to post (for specific category)
- List posts that are in the same category as the current post title
- Multiple blog “feeds” in a single blog each with distinctly styled post pages
- How to get pagination working with “Pending” Posts
- Post’s arent displaying
- Show with echo if a post has two or more categories
- How can I get on the same row two post of different categories?