Hey, I'm having an issue on this website. After each post, depending on the author, an image is displayed (the one with curly fonts). The website uses Wordpress. I'm using the following code to display that: <?php $var=the_author(); if($var=='Elaine Viccora') print '<div class="elaine"></div>'; else if($var=='Anne Engel') print '<div class="anne"></div>'; else if($var=='etherfast') print ''; ?> Code (markup): The only problem is, it also echoes the value of the_author(), besides the image, and I want only the image to stay. If one of you has a solution to this, I will gladly share FTP information and pay $5 for the fix by PayPal. Thanks,