we´ve got a astro photo gallery and the people would like to filter by author, who posted the image post. The post is created by toolset and also the upload form. I´ve created a custom search: hidden link but I can´t find any field for search by author or filter by author.
Hello. Thank you for contacting the Toolset support.
Filtering view results based on the custom search using dropdown select of author is not supported.
However - Can you please confirm you want to list all users with dropdown select with author role or only the users belongs to XYZ post type?
But fortunately I have workaround for this. Can you please send me problem URL where you want to add the post author custom search filter as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Sorry, I would like to display only users which are attached to the post type "astrofoto" Is there only a dropdown or also a input field with search completion?
No. Currently at the author filter there are displayed 4 users, but there are plenty of others users. It is caused by
$users = get_users(array(
'who' => 'authors',
which is not correct, because there are also users with the role "subscriber" which should be displayed.
I hope this is resolved now and I urge you to open a new ticket with every new question you may have. This will help other users searching on the forum as well as help us to write correct problem resolution summery for the original issue reported with this ticket.