• How could I display information about the author on a single post page? After the article, I’d like to be able to have a box which could have some info on that post’s author…. full name, profile information, total number of posts.
    All I’ve worked out so far is that wrapping it inbetween
    <?php if ($single) { ?>
    <?php } ?>

    will make it appear only on single article posts.

  • The topic ‘Author Information’ is closed to new replies.