I want to have the authors listed like usual from wp_list_authors() but I know there are a couple of ones I would like to exclude from the list as well. Is there a way to do that?
Thanks
|
I want to have the authors listed like usual from Thanks |
|||||
|
|
It seems You could always vote for the existing Trac ticket to get an |
||||
|
I have used the following code to include info from Authors (WordPress users) in a page template. It could be reversed to exclude authors.
|
|||
|
|
|
Since it seems there is no way to do this without a custom function, you could use jQuery to find their names and hide them after the list is generated. Something like this:
I also found a plugin that can do this for you: List Authors Plus |
||||
|
|