Show names of multiple authors
-
Hi,
thanks for making and maintaining this great Plugin!
Before purchasing PublishPress, I used the Co-Authors Plus Plugin which had some unfortunate bugs but was otherwise working well. I switched to PublishPress so I could replace the Co-Authors Plus plugin.
Before swithing to PP, my site used a code like this to output the names of the authors with links to their profile:
<?php if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); } ?>
Now that I have switched to PP,
if ( function_exists( ‘coauthors_posts_links’ ) )
obviously can’t work anymore.
Whatelse could I use now that I have installed PP Multiple-Authors?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show names of multiple authors’ is closed to new replies.