Forums

Co-Authors Plus
[resolved] Show co-authors with picture and name (2 posts)

  1. triphys
    Member
    Posted 3 months ago #

    Hi,

    I have a small problem that I wonder if it could be solved with this plugin.
    What I have now is:
    When an author writes a post it takes help from "Author Avatars List" with "User Photo" plugins to show the avatar of the author (which I've uploaded using User Photo) and the name of the author.

    The code I'm using for this is:

    <div class="byline">
    <p class="mypic">
    <?php userphoto_the_author_thumbnail() ?>
    </p>
    <p class="bylinetxt">Author: <?php the_author_posts_link(); ?></br>
    Published: <?php the_time('l, F j, Y') ?></p>

    What I want:
    Sometimes I have more than one author and I then want to show them under each other. Is this possible? I can't seem to find the template function for this in co-author plus.

    Thank you in advance!
    </div>

    http://wordpress.org/extend/plugins/co-authors-plus/

  2. Daniel Bachhuber
    Member
    Posted 3 months ago #

    Check out this code snippet which I believe will get you most of the way there if not all.

Reply

You must log in to post.

About this Plugin

About this Topic