I am using this news magazine style template called Brightness, and it has a very cool feature of displaying the last 5 posts from specified categories.
However, the problem is the authors that is being shown for those posts. They are all wrong and reflects the author of the last of the latest posts in all categories (last post in The Loop).
I have examined the source code of the Brightness theme and there isn't anything syntactically wrong. I am thinking if there is a bug with the authors class in WordPress 2.6.
Brightness theme can be found here: http://www.dailywp.com/brightness-wordpress-theme/
My site is located at: http://www.e3alive.org
The part of the code where the get_the_author() is used is in newssection.php:
'foreach($myposts as $post)
{
$posttitle = get_the_title();
$posttime = get_the_time('F jS, Y');
$postauthor = get_the_author(); blah blah'