List of all users with custom field = '123'

Support MB Views List of all users with custom field = '123'Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45809
    EddyPiVEddyPiV
    Participant

    Hi,

    I have a custom field VOICETYPE set up for users, and I want a list of all users with VOICETYPE = soprano.

    This is the code I have:
    '{% set args = { meta_key:'voicetype', meta_value:'soprano', posts_per_page: -1, orderby: 'title', order: 'asc' } %}
    {% set users = mb.get_users( args ) %}
    {% for user in users %}
    {{ user.user_display_name }}
    {% endfor %}'

    It returns nothing.

    How to get what I need?

    #45813
    EddyPiVEddyPiV
    Participant

    I found it already, and expanded the code to my liking.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.