Hi there, please guys, I need to finalize an job, list the last 2 posts from authors, only from authors level.
This list it will display the author avatar, the autor name, the post title and the date of the post title.
The HTML structure is below:
Help-me guys!HTML Code:<ul> <li> <img src="AVATAR"/> <h6>[author name] at [post date]</h6> <a href="#" title="rrrr">[post title]</a> </li> </ul>


LinkBack URL
About LinkBacks
Reply With Quote