Forums

[resolved] List of Contributors Plugin/Widget? (3 posts)

  1. mibsolutionsllc
    Member
    Posted 2 years ago #

    Is there a plugin for a widget that shows the list of contributors from the blog? Ideally the author's name would link to the posts they have created.

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    Consider downloading and installing Otto's PHP Code Widget.

    Then using the template tag, wp_list_authors(), put this in one of those widgets:

    <?php wp_list_authors('show_fullname=1&optioncount=1'); ?>

    Please remember to support our plugin authors by clicking on the Donate button there.

  3. mibsolutionsllc
    Member
    Posted 2 years ago #

    Many thanks! Works perfectly!

Topic Closed

This topic has been closed to new replies.

About this Topic