Thanks for the response, Petra! That did the trick and I modified it slightly because I wanted the author name to have it’s own styling like so:
$output .= ‘<h4 class=”wp_rp_author”>’ . get_the_author() . ‘</h4>’;
I do have one last question on the matter. My previous developer built a custom field in wordpress for the author and I’m not entirely sure how to insert that. This is how it’s being referenced currently: <?php echo _m(‘author-name’); ?>. How can I display this custom field instead?
Your help is much appreciated!
Thnx