Hi all --
I'm using Thematic/Wordpress as a CMS to build a magazine-style site. I'd like my archive to list all posts in a bulleted list. I want each entry to include title, author and date, like so, where Title links to the post:
* Title by Author _ Date
I've tried several different tweaks that let me show the title and date, but I cannot get the correct author to display. Basically the problem is when I use the_author() or get_author_posts_link(), it always returns my name (the admin who published the post) instead of the name I set in the post as author. I think this must have something to do with the_author() only being usable, according to the Codex, inside the Loop. I've modified the archive loop and included the_author(), but maybe I'm not understanding 'the Loop' properly. I'm relatively new to this, so any help is appreciated.
Thanks!