Co-Authors Plus – Author bios on single posts
-
This plugin is almost exactly what I need ?? Just having one issue. I want to add the authors’ biographies to the end of each post.
I have this code:
$i = new CoAuthorsIterator();; $i->iterate(); the_author_description(); while($i->iterate()){ print the_author_description(); }
Which spits out both authors’ bios, however all in one block of text with no markup tags around it. I tried:
print '<p>' . the_author_description(). '</p>';
in the while loop, but all that does is add paragraph tags after the block of text that I want to be inside them.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Co-Authors Plus – Author bios on single posts’ is closed to new replies.