Is there a way to make the authors name have beside it the number of posts they have posted? Like below: I would want it like this: author1 (7) author2 (3) author3 (0) etc. so the user could see how many articles or posts that user has posted at a glance. And be able to click on the number and have it take you to the author page. Which lists the authors posts. Is this possible? Maybe a plugin?
Hello, By looking at what you are asking it seems it would be a custom plugin, and then once you install the plugin it would be a custom <php include> call.
Turns out to be a simple bit of code (<?php the_author_posts(); ?>) place that beside authors name, it will work..