I wanted to know if this product can enable us to create a filter for user roles. We attempted to do that in the custom fields but there is no such field for roles of the users. Is it possible to create a filter for the results to enable administrators to see their posts, but not standard users ?
Thanks in advance.
With a small custom code snippet this should be possible transparently.
Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!
This should remove any post from the results list made by an administrator for users that are not administrators.