Support » Plugins » Co-Authors Plus // Displaying Multiple Author Bios

  • I have installed the Co-Authors pluging but having issues with template tags. I have managed to make both authors appear in the tag line but cannot get Bios appear at the bottom. This is the code I use to display Bios:

    <?php if (option::get('post_authorbio') == 'on') { ?>
    				<div class="post_author">
    					<?php echo get_avatar( get_the_author_meta('ID') , 70 ); ?>
    					<span><?php _e('Author:', 'wpzoom'); ?> <?php coauthors_posts_links(); ?></span>
    					<?php the_author_meta('description'); ?><div class="clear"></div>
    				</div>
    			<?php } ?>

    How should I change it? Where do I put the tags? Since I am not a coder please post the code to copy & paste.

    Thanks,

  • The topic ‘Co-Authors Plus // Displaying Multiple Author Bios’ is closed to new replies.