I want to know if there is a plub in that will put an icon like this:
Next to each post.. is the icon found ther for the catagory or the author? I want to do something for the author.
I want to know if there is a plub in that will put an icon like this:
Next to each post.. is the icon found ther for the catagory or the author? I want to do something for the author.
In your template(s), somewhere in The Loop:
<img src="/images/<?php the_author('login'); ?>.jpg" />
Then create an image of each author, named by their login.
This topic has been closed to new replies.