Problem:
In posts view, setup filter by author settings from "Co-Authors Plus" plugin:
https://wordpress.org/plugins/co-authors-plus/
Solution:
The "Co-Authors Plus" plugin is using a hidden custom taxonomy "author" to store the "Co-Authors" values, but Views author filter only works with wordpress built-in post field "post_author", see wordpress document:
https://codex.wordpress.org/Database_Description#Table:_wp_posts
So there isn't such a built-in feature within Views plugin, it needs custom codes, here is an example codes:
https://toolset.com/forums/topic/filter-post-by-author-co-authors-plus/#post-670111
Relevant Documentation:
https://codex.wordpress.org/Database_Description#Table:_wp_posts
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 6 replies, has 2 voices.
Last updated by 6 years, 8 months ago.
Assisted by: Luo Yang.