• Howdy. I’m fairly familiar with the loop and php, but this one has me against the wall.

    I want to display the one last post from each author.

    How might I approach that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your main content area?

    Thread Starter Leovenous

    (@leovenous)

    Well I made static pages… so I have a dedicated set of code for that particular page. Makes it easier.

    Thread Starter Leovenous

    (@leovenous)

    Still working on this… was looking at the various tags… nothing that’s an automatic winner. I just want:

    Author A
    Author A’s last post

    Author B
    Author B’s last post

    …and on and on through all the authors.

    I imagine two possible ways of doing this:

    While the loop quieries authors, an inner loop quieries last posts.

    Or:

    All the authors have to be quiered into an array, then a loop is run that gets their last posts.

    Any thoughts?

    My All Authors Page template should provide some help on looping through the authors:

    https://guff.szub.net/source/page-authors-2.0.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Loop through authors and their last posts’ is closed to new replies.