• I created an author archive, but the only link that shows up is the one for admin. None of my other users have a link to call their archives. Do they need to be assigned higher level for this feature. Someone please help…this is kind of time sensitive.
    Thanks a bunch,
    -trav

Viewing 7 replies - 1 through 7 (of 7 total)
  • What exactly do you mean by “author archive”?
    By using the <?php wp_list_authors(); ?> tag with the proper parameters you get a list of all authors’ name as a link that points to their “archives”, i.e. a list of their posts.
    There are other useful tags here:
    https://codex.www.ads-software.com/Template_Tags#Author_tags

    Thread Starter trashcast

    (@trashcast)

    That’s what I am saying…what would be a reason for the only link being the admins link. None of the other authors show up with a link. Thanks for responding moshu, I’ll check out that threat.

    -trav

    Thread Starter trashcast

    (@trashcast)

    It’s working now, but I’m using the tag you listed in combination with <?php the_author_posts_link(‘nickname’); ?>
    It’s working, but do you think it’s valid?
    Thanks
    -trav

    For every template tag page in the Codex there is a section called “Parameters” which says exactly what parameters you can use.
    Why do you need both template tags in your sidebar?

    Thread Starter trashcast

    (@trashcast)

    This is what I am using now…

    <?php wp_list_authors(‘optioncount=0&show_fullname=0&exclude_admin=0’);???>

    although I would like to customize the order, it will work for now.
    But now my footer notes have shifted to the right, and I have no idea how that happened. https://trashcast.com if you wanna check it out. All of the content so far is test.
    Thanks for your help.
    -trav

    It shouldn’t be related to the authors… probably a closing div tag missing.
    Try to clean up your code https://validator.w3.org/check?verbose=1&uri=https://trashcast.com/ and we will see from there.

    Thread Starter trashcast

    (@trashcast)

    it was the closing div tag. I find that sometimes the theme editor just randomly deletes them. Is this a known issue…have you ever seen it before?
    Thanks
    -trav

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Author archive???’ is closed to new replies.