Display filtered view of users by taxonomy
-
Hello !
I had a taxonomy for users in my website. I use this taxonomy for users and for certain of my custom post type.
So I add a view in admin to display a table with how many posts there is in each term of my taxonomy and also how many users.
I want to add a link to a page in the admin where I can see all my users who are in a specific term of my taxonomy.
I explain : for example, for the posts, there is an URL like this :
“edit.php?taxonomy=term&post_type=my_post_type”
So I can see all the post type “my_post_type” in the category “term” of my taxonoy.I would like to do the same thing with users.
Is it possible ?
Thanks
The topic ‘Display filtered view of users by taxonomy’ is closed to new replies.