User Listing Short code – meta_key with multiple values
-
I am trying to create a user listing, where I want to show users who have “graduated from” values as 3 different values.
My short code looks like this:
[wppb-list-users name=”public-profiles” meta_key=”graduated_from” meta_value=”High School,Some College,Two-year College”]
But this doesn’t work.
If I use a single value, the listing works fine, for example
[wppb-list-users name=”public-profiles” meta_key=”graduated_from” meta_value=”High School”]
works fine. And so does the following
[wppb-list-users name=”public-profiles” meta_key=”graduated_from” meta_value=”Some College”]
What is the correct syntax to use multiple meta_value values?
The topic ‘User Listing Short code – meta_key with multiple values’ is closed to new replies.