Author Archives
-
I am using the list_authors template tag, and what i am trying to do is have them clickable and go to a page showing some info about the author. There are a few things going wrong.
For some reason the list of author’s posts appears both ABOVE and BELOW the page title. I got the Author description to appear below the title, and what I would like to do is just have the post titles appear below, instead of the excerpt. And one other thing, maybe listing the authors Link list would be nice.
Here is the code as it is in index.php:
<?php /* If this is an author archive */ } elseif (isset($_GET[‘author’]) && !empty($_GET[‘author’])) { ?>
<h2 class=”pagetitle”><?php the_author_posts_link(‘nickname’) ?>’s Profile</h2>
<p class=”postmetadata graybox”><?php the_author_description(); ?>
Any ideas?
- The topic ‘Author Archives’ is closed to new replies.