I don’t know how I missed this two weeks ago. However, I’m having two more pressing issues with Coauthors:
1) In the top story on this page — https://wp11.americanobserver.net/ — both authors, David and Lydia, go to Lydia’s page, even though I deleted David as a user and reentered him. David is just one example. The same thing happens when there are three bylines; the second two link to the first person’s bio.
2) If I do a byline search for Lydia, I see her story. But I can’t find a story under Zoe’s or Michael’s bylines — I thought I’d be linked at least to Zoe’s story since she is the first byline listed in their double-bylined story — so I’m wondering if this is a search flaw or
also tied back into the problem with co-authors plus, at least in this theme…?
I put the code on the Main Index Template right next to the date:
<div class="date-comments">
<p class="fl">By <?php if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); } ?></p>
<p class="fr"><?php the_time( get_option( 'date_format' ) ); ?></p>
</div>
What do you think I did wrong?