Forums

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

  1. mibsolutionsllc
    Member
    Posted 9 months 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
    moderator
    Posted 9 months 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 8 months ago #

    Many thanks! Works perfectly!

Reply

You must log in to post.

About this Topic