• 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.

Viewing 1 replies (of 1 total)
  • Thread Starter nathanrp

    (@nathanrp)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘author photos’ is closed to new replies.