WT Co-authors
·
Using WordPress Custom Fields, and without editing any template files, lets you credit all authors on collaboration posts.
Bewertungen
Version
2.0.1
Aktive Installationen
10
Zuletzt aktualisiert
Jan 19, 2010
Displays authors of a collaboration post in place where only one is shown by default. Uses custom fields (key=coauthor;value=user’s username; one per user). Note: If it doesn’t automatically display the co-authors you must manually add if(function_exists(wt_the_coauthors_link)): wt_the_coauthors_link(); endif; into your theme (in PHP <?php ?> brackets, of course).