I searched everywhere but I do not know what I want, even if I believe that There should be a solution because it is obviously such a general request:
I want to display a list of authors with a short piece of their latest post.
I have a list of authors with images (using the 'Author Avatar List') but what I am missing is showing a portion of my latest post / under its image is.
Any thoughts?
Thanks in advance! Jedi
Edit on 26th September
The first two answers show me that my question was a little bit fuzzy - the emphasis 'Writers Avatar List' WP Plugin (http: / /wordpress.org/extend/plugins/author-avatars/).
Meanwhile I have created the following solution:
Thank you for your input! Jedi
From get_posts (), you can get all the posts, since post_ is the official property in each post You can find all the posts written by each author with a foreach loop, with this you get the latest posts per author, and from the latest post, you can get post_ excerpt content.
Assume that you are using Wordpress ...
Comments
Post a Comment