Guest Authors on Multisite
-
I’ve been using this plugin for a while and would like to use the guest authors feature for a multisite installation utilizing the WPMU Sitewide-Tags plugin (make the primary blog an aggregate of posts from across all the others). Calling
coauthors_posts_links();
on the primary blog does not retrieve the guest author, presumably because that guest author is only really stored with respect to the particular blog for which it is a custom post.Perhaps something else is going on, but I’d love to be able to use this with multisite.
Further, I had some odd behavior for a while that must have corrected itself (perhaps it was a migration triggered by calling some specific function?) where guest authors’ posts_link did not display, basically since
get_author_posts_url()
was coming back null here:function coauthors_posts_links_single( $author ) { $args = array( 'href' => get_author_posts_url( $author->ID, $author->user_nicename ),
https://www.ads-software.com/extend/plugins/co-authors-plus/
- The topic ‘Guest Authors on Multisite’ is closed to new replies.