Ive been having a bit of trouble trying to display posts by a specific author on a page. I can link to them fine using: <?php the_author_posts_link(); ?> However, I want to actually display them on the current page. Here's a perfect example of what I'm trying to do: http://www.bloggingtips.com/author/inkwelleditorial/ Anyone know how I can go about doing this?