Hi @chaosad2
Thank you for your interest in Filter Everything.
In general the plugin supports filtering by Author and you can create such filter. But in this case it will contain all authors. If you need to show only current author (I mean logged in user that see Filters widget) you have to write small code that uses hook wpc_terms_before_display – https://filtereverything.pro/resources/hooks/#terms-before-display-hook and removes all authors except current user.
Thanks for your answer.
I gonna try to modify this code.
Another option :
Is it possible to apply filter on current author archive (where all articles are shown) ?
Hello @chaosad2
Yes, it is possible and for example PRO version of the plugin allows you to show this filter on Author archives only. The Free version can show it on all archive pages (category, tag, date, author etc archives) only. But you always can create widget area only for author archive pages and put Filters widget there. In this case Filters will be shonw on author achives only.