Support » Plugin: Co-Authors Plus » Display Name, Avatar and Description for both authors.

  • I have a site that displays the info of the author, avatar, name and description, WITHOUT LINK to the author page. I need it to be displayed separated: Image of avatar, then the name, and then the description.
    It’s important that the name doesn’t have a link.

    By now I’m using this code to display the author info:

    <div class="autor_articulo clearfix">
    <?php userphoto_the_author_photo(); ?>
    <div class="datos_autor">
    <h4 id="theautor">Acerca del Autor: <?php  the_author(); ?></h4>
    <p><?php  the_author_meta('description'); ?></p>
    </div>
    </div><!-- /autor -->

    This should appear twice if there are two authors for the article, but I don’t know how to do it.

    Any help please! Thanks in advance!!!

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Display Name, Avatar and Description for both authors.’ is closed to new replies.