As you may have noticed get_the_author() returns the author of the current post. You’lle need to use WP_User_Query to get the authors.
E.g. $author_query = new WP_User_Query( ['role' => 'Author'] );
By default the query returns an array of WP_User objects.
Related Posts:
- Display tags from specific category in select fields
- Automatically adding categories and authors in custom menu?
- Multiple selection for wordpress widget
- Default URL for category dropdown select option
- finding out the top 5 source ( source is a custom taxonomy ), in a given category
- Form Value of drop down category + Translation of ‘show option none’
- Fetch Post Category
- select posts from sql except posts from specific category
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- Gutenberg editor add a custom category as wrapper for custom blocks
- Different template for subcategories
- Category Archive, list subcategories of each post
- Disable pagination only for specific category
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Category Specific Archive
- Check if post belongs to any category
- How to add categories to products in woocommerce programatically? [closed]
- Is there a plugin that will completely remove the category system?
- How to get the number of child categories a specific parent category has?
- Removing category base form links messes up the parent-child behavior
- How to get only the last child of category slug?
- Remove Parent Category from Child Category URL
- Multisite – create a category in specific site
- How do you remove display of WooCommerce product category on single product page?
- Allow users to post to a certain category
- Show recent posts in menu?
- Convert the default sub-category dashes to bullets or any other characters
- How to check category of of custom post type or not
- Set a them for all subset of category
- How to query post like normal search would do. within search.php page
- Link Attachment Image to Category
- Modify WordPress SQL Query to pull from within a category
- How can i insert term in a specific language of Polylang?
- How to retrieve more posts from a custom post type that are in the same category as the current post
- WordPress Get Posts from each category equally
- Unwanted Duplicate Product Categories in WooCommerce
- Category name field strips HTML tags. How can I reverse this?
- Same base for category and post
- Get all media categories
- Custom taxonomy/category order
- Custom SQL Query: Get all posts with category id and a concated list of tags on each post
- Add tag parameter to category.php
- Check IF category_description exists
- Why custom taxomony not showing when create a post?
- wp_list_categories with show_count, except for specific categories
- Show the amount of posts in a tag in a specific category has
- Adding a H1 Tag to Post Tags automatically, but hide the tag? (Same for Category)
- What Must to Display the “mysite.com/category” URL?
- List recent posts with link to first category
- How do I add a category to my post_type
- Link from navbar to categories
- WordPress showing wrong category name
- Add posts of a certain category to a page
- Show 10 Sub Categories Per Parent Category Page?
- Conditional category & tag statement
- How can I filter posts by tag on the fly
- Post Loop Category first show parent then child
- How to display posts from specific category using get_option function?
- wp_nav_menu not appearing correctly on category page
- Post not found when filtered by category ID
- How to detect /category and /tag base pages?
- Custom menu with categories and tags
- How to Show or Hidden Categories on page in WordPress?
- Display all posts from selected category
- Is there any better/faster code than this ? It shows the categories that an author had ever posted in
- category description not showing in my woocommerce
- Hide Some Categories in Post Editor
- in post content shortcode works, but hardcoded in same page template doesn’t?
- Only 10 of 233 categories selectable when adding a new post
- When creating category, it creates automatically tag, or, when creating tag, it creates automatically category in same name
- Should I select only the last child product category?
- List posts from a category and embed them into a page
- Media Library Categories
- Exclude category from WP_Query args not working
- WordPress pagination based on category
- How to echo Tags and Categories as plain text
- Make related posts display first in search result
- Display sub categories of a parent product in products – woocommerce [closed]
- Loop within category’s posts
- WordPress edit.php category filter to show only posts from direct category and not posts from it child category
- How can I just show portfolio items from 1 category on portfolio page?
- Custom category for posts via XMLRPC
- Children categories not shown in dashboard
- Loops in category description
- Detecting top parent category fails on home page
- Link categories to last post
- Indenting Category list
- Remove Comments section from certain category posts
- add an image field to wordpress category
- How to display a linked category name with get_the_category
- Not able to display category link and name [closed]
- Categories not shown on sidebar
- How to display category list with category description
- how do i set an image for a category in admin panel
- Issue on Listing Sub Product Categories In Woocommerce
- How to retrieve posts from parent category, splitting them per children when displayed?
- Display Product category in archive product page
- Categories and products woocommerce wordpress
- Add Input Form for Select Category Like Tags
- How to only show sub-categories of current category (FSE, block editor)