There are better suited functions to do what you want available.
In reference to your other, similar question, use get_the_category()
like you did there. Or you can use get_categories()
or wp_list_categories()
. What to chose depends on your needs, for example in regards to formatting.
Btw, the question, what the main category is isn’t as easy answerable, if we’re talking about categories on the same level.
Related Posts:
- How to display related posts from same category?
- Including categories in search results
- Count how many posts in category
- Custom Single Post By Category
- Display all posts from specific categories on a page
- Convert custom fields to post categories
- Count posts in category including child categories
- Query posts from current year
- Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
- Archived Posts in Wrong Category
- Show One Category on Post
- Do I use custom post type or something else?
- How do I get the slug of a custom taxonomy category of a post?
- What Defines What Category A Post Picks (if in multiple)
- Limit function to specific post category
- Show all post titles
- Add Category name to Post Title (h1)
- Posts are not showing up on particular category
- How can I remove posts of a certain category from homepage after a specified time period?
- How to display related posts by subcategory and not parent category
- Category Template: Need to display different content on first page of archives
- Edit custom post type admin menu link
- Display post category in foreach loop with category link
- Extracting post categories
- Should I use posts or pages in this scenario?
- How to limit posts by category
- Get user categories with most posts in it
- List all categories with featured image from post?
- How to list recent posts in a wp nav menu?
- Dynamic dependent Dropdown lists for categories, sub-categories and posts
- How to display two blog categories as separate sections on one page?
- why does wordpress ignore the post args?
- get posts from Custom Post Type & Category
- How to create a “latest news” page showing a list of posts from blog category
- How to enable custom Shortcodes in Post Category Description? [duplicate]
- Sort by last word in title
- How to call posts under a specific category on static front page?
- Give posts a particular template based on the assigned category
- How to have more than one page for your posts if you have 8 posts but can store max 4 on a page
- Extract wordpress posts content and category content
- Post-Archive like a page in a specific subdirectory
- How to display only one category in a custom post type?
- Get only X number of categories
- inserting a category into post
- Getting posts from some categories plus some individual posts
- Change layout of post depending on category
- latest post showing up twice on posts page
- wp_list_categories() Exclude All Categories Except One
- Highlighting Current Category in the Archive and Feeds page
- Different post views for different category views
- Possible?! A contextually titled back link
- Allow / show post comments in category pages
- How to select a category automatically based on a word in WordPress post title?
- Display default matabox of posts(add category) wordpress
- How display related post only in Default category on single
- How to get tags when using publish_post
- How to add class to specific navbar item when post parent category is in specific category
- How do you change the permalink for posts for a single category?
- Posts are not displaying on their category and tag page
- Does having category name in permalinks affect SEO when having a post in multiple categories?
- how to create a category with wp_insert_post and post_category
- Exclude posts in a category on one page but show those posts on a different page
- How to display related post from same category in single.php
- How to add a block to a category page?
- Excluding category from post navigation in WordPress?
- Save All Post Permalink From A Specific Category into a .txt file
- show image gallery in archives or category page
- Page with Category Returning 1
- get current index of post content in category page
- Post Category link is same with Page link
- Show custom post category for single post
- Get a list of categories that are related to posts
- Dynamically load posts based on category
- Get Categories & Posts With Type Article
- Querying posts from current category, using a variable as array argument
- Set multi posts random categories and tags
- Precedence of page permalinks over woocommerce product category links?
- Add new post only in assigned category
- Changing the Category for all posts of an Author
- Need help writing loop to display posts by categories in separate divs
- Add category selection to function request
- Query post category & remove any post id
- Multiple Post Repeat for Related Post Loop by Category
- Show Post number of specific Category
- Same sidebar in all posts as in the category
- How to show different categories in different pages?
- How do I list categories and the common categories for posts beneath those categories?
- Latest Posts not in the right order
- Retrieve latest post by multiple categories with ID
- How to Include a common category in a custom Category Search
- How to display only one post on first category page and rest on next pages?
- Older entries link within a category page
- how to style an individual page in a category [duplicate]
- Viewing category won’t show up Custom post type posts
- Show Title/Date/Excerpt of first post & only Title for rest in Query [duplicate]
- Listing category and its posts one by one
- Print out one of 2 post category [closed]
- How to get if category has posts?
- Show some texts in posts belonging to Specific category
- Site ‘Categories’: save an admin global setting with post metadata [closed]