Where to hack wp_list_authors()
-
Trying to use my minimal programming skills to hack wp_list_authors()
The objective is to not show in the list all authors who have an email : [email protected]
I’m using this email for all authors on my multi author blog that have retired
So in the sql query of wp_list_authors() I would like to add condition that : user_email <> ‘[email protected]’… this way I may be able to filter out all retired/inactive authors from the list and yet have their posts intact.
Any help/pointer to the file will have highly appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Where to hack wp_list_authors()’ is closed to new replies.