Open nickdaugherty opened 11 years ago
Currently, Co Authors Plus includes a hook for adding coauthors to RSS feeds as <dc:creator /> elements.
<dc:creator />
Let's add support for ATOM entries in the same way, using <atom:author> or <atom:contributor>.
<atom:author>
<atom:contributor>
:+1:
What is the hook for adding coauthors to RSS feeds?
I've tried the following, but it doesn't work: https://wordpress.org/support/topic/coauthor-in-rss-feed-fix/
Currently, Co Authors Plus includes a hook for adding coauthors to RSS feeds as
<dc:creator />
elements.Let's add support for ATOM entries in the same way, using
<atom:author>
or<atom:contributor>
.