It is very possible.
One way would be a plugin that looks at the current page slug, and if it matches one of the authors, it would pull the last 5 posts by that author from the database and display them.
That would assume that the author’s pages are in the following format:
http://yoursite/author-name/
Where the author-name (with the dash extracted) matches the name of the author, etc..
Would that method work for you? If not, can you show me your page so I can see the structure?
I will see about writing up a plugin for this. I have been trying to think of a new one to do. It should be pretty simple.
Or instead did you mean that every post the author creates should list the last 5 posts that author did? 🙂
Thread Starter
russw
(@russw)
im sorry but yes the page would be http://yoursite/author-name/
then in the article , i eould write about authot then ad some php code
below to show his latest 5 posts.
I will look at your plugin
Blah.. that is completely different then 😉 lol