I am trying to add a photo of authors to their posts on the homepage.
I am thinking of something like this:
<?php if author=John>
<div class="fright portrait">
<img src="john.jpg" />
</div>
<?php endif; ?>
This is also within the Loop.
I am trying to add a photo of authors to their posts on the homepage.
I am thinking of something like this:
<?php if author=John>
<div class="fright portrait">
<img src="john.jpg" />
</div>
<?php endif; ?>
This is also within the Loop.
I can't find within the Codex a conditional statement to return who the author is. There are conditional statements for author pages. But I can't find any for returning a specific author on the home page. Thanks.
This topic has been closed to new replies.