• I have a list of the most recent posts in my sidebar as such:

    <?php wp_get_archives('type=postbypost&limit=10'(); ?>'); ?>

    This has been working fine to display the most recent 10 posts, but I wish to display “by admin” or whoever the author is next to it.

    When I put the standard php author code in it doesn’t display and was wondering if there is a solution to this?

    Thanks

Viewing 15 replies - 1 through 15 (of 19 total)
Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Displaying “by <author>” next to list of recent posts’ is closed to new replies.