cabrerahector/wordpress-popular-posts

Show popular authors/contributors?

kassemz opened this issue · 3 comments

Is it possible to show popular authors/contributors?

Hi @kassemz,

Possible? Yes, as long as you're familiar with WordPress development in general (or know someone who is) then yes it's possible.

Is it a feature provided out-of-the-box by WordPress Popular Posts? No, because the ability to assign multiple authors / contributors isn't a core WordPress functionality, it's something usually implemented via third-party plugins (eg. Co-Authors by Publishpress). You'd have to add that information (authors/contributors) to your popular posts programmatically, please see How can I use my own HTML markup with your plugin? for more details.

Scratch that, I misread your question. My apologies. The answer is pretty much the same though: it's possible, however -and at the time of writing this- it's not something that WordPress Popular Posts provides out-of-the-box. You'd need to extract the data from the database (link views data with authors, then rank authors accordingly) in order to be able to list your most popular authors / contributors.

If you have any other questions please don't hesitate to ask.

Yeah, I'm sorry about the confusion, I understood what you meant after re-reading your question and then edited my previous comment accordingly.