Hi,
Is it possible to give each author on a single blog their own colour? Either background or header so that one can more easily follow who wrote what post?
So if you have 3 people contributing, a reader can quickly see what posts were by which author.
Thanks,
Daniel
Yes, not too difficult. I could explain how more easily if you gave your theme URL.
Short version: You'll use the_author_login to give each post a class name that corresponds to the author's login name. Then you'll add that class to your CSS and give it some unique styling.
Hi - thansk a lot for the reply! Am using the wordpress 'Pool' theme. but I think I follow what you're talking about and will try to figure that out.