Hey Daniel,
I’m trying to do the same thing but am a real novice. I have the co-authors-plus.3.0.5 installed. And I’m using the twenty ten 1.5 theme.
I’ve been to:
https://vip.wordpress.com/documentation/incorporate-co-authors-plus-template-tags-into-your-theme/#integrating-template-tags-into-your-theme
and scraped the code for the twentyten theme. I’ve tried to paste it in the places I “think” it’s supposed to go in my loop-single.php file but I’m almost sure I’m not pasting it correctly or in the right spot – then when I do and save/update the file, I keep getting an error message on the reloaded post page. I do not have access to a developer, except for you. Can you please help?
Am I supposed to be swapping this out on the page???:
<div class=”entry-meta”>
<?php twentyten_posted_on(); ?>
</div>
<!– .entry-meta –>
Again, I’m really new to this stuff so I apologize.