I would like to create page with a list of members (Names, phone numbers, address, ...) out of the WP users.
First I created a custom type role named "Club Member" and assigned selected WP users to this role. Then I added a customized user fields group to add the missing fields (phone numbers, address, ...). These fields are shown with the WP user profile and can be edited there.
Now I want to create a page with a members directory using a View showing all member data including their user profile pictures in a nice grid style layout. However in the View's Content Selection I see only (custom) post types but not the users.
Is it possible to create a View of Users with Toolset Types and Toolset Blocks? Is there a documentation I can follow?
Hello. Thank you for contacting the Toolset support.
Based on the description you shared, It seems you are trying to create a view in Block mode - correct?
If yes: Block View only supports the post type views for now. User/taxonomy views are not supported with blocks having said that you can not create user/taxonomy views using blocks.
However - there is a workaround, you can create user/taxonomy views in classic view mode.
Too bad that this is not possible in block mode. For the time being I will realize my "Club Member Directory" with a custom post type.
Looking forward to a solution to manage user views in block mode.
Thanks!