How do I dynamically show the author of each post next to the post in question? This is a team blog, with 5 contributors, and I'm looking to display each post author once they had posted their own article.
As for now, the simple solution is that I put an image as a background to the post i.e
.post {
margin: 0;
background:url(http://i44.servimg.com/u/f44/11/94/91/73/blank10.jpg)no-repeat;
padding:0 0 4px 30px;
}
which works perfectly when referencing one author image,and how about the rest contributors?
Please help me to solve the problem. Thank you for your kind attention into this matter.(Note: I'm using a blogger template as well as my blog platform)