• 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?

Viewing 1 replies (of 1 total)
  • Thread Starter rusyn

    (@rusyn)

    Okay, so now I have set it so that the posts BELOW the
    <h2 class=”pagetitle”><?php the_author_nickname(); ?>’s Profile</h2>
    <p class=”graybox”><?php the_author_description(); ?>
    Are now only showing as titles. That’s fine, but unfortunately all the FULL posts of each author are also showing up ABOVE as well!
    What am I doing wrong???

Viewing 1 replies (of 1 total)
  • The topic ‘Author Archives’ is closed to new replies.