Forums

Displaying posts by author (2 posts)

  1. NonesuchPlace
    Member
    Posted 2 weeks ago #

    Is it possible to make a version of the loop that will display posts by a certain author?

    I am working on a site that has two posters, and I would like to be able to have one author's content show up on the left, and another one's on the right.

    Shane

  2. MichaelH
    moderator
    Posted 2 weeks ago #

    Then you will want a get_posts loop for each set of posts.

    get_post('author=1') will retrieve posts for author ID 1.

    Related:
    Author Templates
    http://www.google.com/search?q=wordpress+display+author+posts

Reply

You must log in to post.

About this Topic