MarcJeremy
Member
Posted 3 years ago #
I've set up a site to let more than one person author posts. I'd like to set up a link in the sidebar to pull up posts by specific "columnists." Is there a wp php function to do this? Has anyone else done it? I'm sure there's a way, I just can't find it.
Thanks.
eric_ie
Member
Posted 3 years ago #
You should be able to reference them like this
http:/yourdomain.com/blog/?author_name=marc
or use IDs by appending ?author=1 instead of author_name.
full details on the author template page in the Codex.
MarcJeremy
Member
Posted 3 years ago #
Thanks, I got it working.