• Hi. Is there anyone who uses the get-author plug-in? If so, could you please give me the address to your site? I would like to see it at work. Thanks a lot.

Viewing 1 replies (of 1 total)
  • WordPress 1.2 will have this functionality built in. The template function is caled wp_list_authors(). It is used the same way wp_list_cats() is used. For example:

      <?php wp_list_authors(); ?>

    This provides a list of authors with links that query all posts made by the author. wp_list_authors() does not provide links to profiles like the hack does, however.

Viewing 1 replies (of 1 total)

The topic ‘Get-Author Hack’ is closed to new replies.