The Co-Authors Plus plugin uses it’s own template tags which replace the default WordPress tags, the_author() and the_author_posts_link().
coauthors()– Outputs the co-authors display names, without links to their posts.coauthors_posts_links()– Outputs the co-authors display names, with links to their posts.coauthors_links()– Outputs the co-authors display names, with links to their websites if they’ve provided them.
You’ll need to add one of those functions to your code.
For specific examples, see the Co-Authors Plus Documentation.
Related Posts:
- author.php with ACF and CPTs
- Query to return maximum of one post per author
- Show only oldest post by author
- Function to check if author has posted within the last x days
- Show one post per author and limit query to 8 posts
- Pagination 404 errors for author posts query on author.php
- Only display authors who have posts
- Get List of all the Authors
- How can I display list of all posts from a specific author, with publish dates in the future, on an author archive page (author.php)?
- Get authors by term id or slug
- Dynamic User Id
- Custom Query by Author field and meta
- slow WP_Query for non-admin user
- WP_Query (list) posts according to author’s custom field
- Exclude some authors from query
- All posts returned when author of 0 is queried
- Posts in loop all show the same author when there are many authors
- Stomping WP_Query in author archive to facilitate pagination with custom queries
- Display if author page is author page of current user
- Exclude authors IDs from WP_Query
- WP_Query author parameter not working
- query post by author gender
- How can i show pagenavi in my author.php?
- wp query to use both author id and meta_query
- Counting instances of words in the results of a post query
- Query posts by post type, author and post meta
- Get authors list and sort them by recent posts
- query all posts published by certain user id
- WP Query get posts by specific author IDs if one of several logged in authors
- Set Alias for meta_query arguments in get_posts()
- How can I use order_by to order by two meta_keys without excluding posts that don’t have those keys initialized?
- Loop within a loop?
- How to get posts in different language from WPML Plugin [closed]
- WP_Query meta_query where meta value ends in space
- Highlighting Sub topic in a post?
- wp_query for the first sticky, then display the rest of the posts excluding the first sticky
- WP_Query with many meta_query arguments taking a long time to load
- how to retrieve specific product attribute value in an sql query?
- Slow speed and high CPU usage for my code. How to improve it?
- Multiple queries on Home Page – page load/site speed issue
- query attachments of parent page if attachments of current page are smaller than …
- Why is this coming back as null? Thats wrong. There is one post
- Retrieve featured image (thumbnail) url from multiple posts with one query
- WP_Query tax_query problem
- wp_query() get_col error
- Update Loop with Form
- Query Custom Post Type Order By Taxonomy Field
- WP_query posts closest to todays date
- Setting get_queried_object
- Multiple loops without repeating content
- Sort query by author: 1 author, then others
- How to orderby multiple meta fields if some fields are empty
- Order by meta value (numeric value lower to higher)
- Wp_query calculate points
- WP Query – Outputting JSON and normal loop of posts
- How to return a 404 when custom query matches nothing?
- Query posts with “non set” meta value
- Add filter post_where and passing post_type argument
- WP_Query infinite Loop
- Limiting number of related posts
- WP_Query for a taxonomy with different taxonomy types
- Append URL query to next post link in custom query
- How to compare a date in custom field with today’s date in custom WP_Query?
- Meta Query doesn’t works as espected
- Executing query_posts after wp_insert_post
- Redirect Search to Form When No Product Results Are Found
- How to import a WP backup website into another WordPress hosting?
- Related Posts Excluding Certain Categories
- Pagination for custom loop on custom page template is not displaying anything
- Display posts by tag
- Writing less unnecessary code with WordPress
- query single random post works localhost, not on live site
- Add category to my get_post query
- How to sort by most watched in X days/months
- Replace wp_query with wp_user_query
- How to use custom page for all posts with custom url, call another directory?
- WP_Query breaking the loop in a nested loop
- How to use wp query in my custom page without including header and footer in wordpress
- cron job for custom post type not working since WordPress 5
- WP_Query – multiple orderby with a rand field, doesn’t work
- What does $temp do?
- Insert wp_query after the_content with plugin (filter the_content won’t work)
- Is instantiating WP_Query not possible within an admin Ajax call?
- wp_query sorting – one specific meta_key value at last and then sort by create date
- Calling body_class and wp_nav_menu for a different post
- Category Archive not working for pages
- Using the same WP_Query for shop and widgets in WooCommerce shop
- Order posts by more than one variable (meta_key and publish date AND time)
- How can I get all the posts that are related with a specific taxonomy term?
- Showing Children of page by name
- WP_Query for liked posts is showing all posts if none are liked
- Custom query on custom table fails
- Get closest event where meta_key field is an array
- Can’t get the_content to show
- Custom shortcode not displaying categories and correct date
- Set right order for query that returns posts based on two custom fields
- Meta_query weird behaviour
- Manipulating a query
- Modify query after meta value
- How can I filter a query by post id?