I am trying to make a special kind of blog homepage and the following code takes care of rendering the classic blog homepage with posts one after another.
I would like it to do the same thing, sort them in a descending order by the date but show posts from different authors. I don't want a second post from the same author to show. I would like to show the latest 5 posts from different authors only.
Does it make sense?
I can't figure out how to check other posts for the author name while looping through all the posts. Here's the regular blog works:
Blog posts
Hello,
I am trying to make a special kind of blog homepage and the following code takes care of rendering the classic blog homepage with posts one after another.
I would like it to do the same thing, sort them in a descending order by the date but show posts from different authors. I don't want a second post from the same author to show. I would like to show the latest 5 posts from different authors only.
Does it make sense?
I can't figure out how to check other posts for the author name while looping through all the posts. Here's the regular blog works:
bump
is working on a reply...