Hi!
I am pretty much php illiterate so please bear with me! I want to add a second author to the following code snippet, but I have no idea how:
<?php if ( get_the_author() == 'DeAnn Elliott') { echo("DeAnn's Blog: "); } ?><?php the_title(); ?>
I want to keep DeAnn as an author and add Sail Blind (with an echo of "SailBlind’s Blog: ") as an author. Thank you in advance for your help!
Jacqui