The FAQ covers how to list users by a meta key/value pair. If you have saved some user meta that will work. Otherwise, I don’t understand your question. You can use SUL to mimic almost anything you could do with WP_User_Query.
Thread Starter
rebah
(@rebah)
Hey Helga,
Thank you for your quick reply. I don’t know too much about editing files, but if you say it’s possible then I will dive into it.
I will be a bit clearer in what I want the plugin to do. I’m using an events plugin, which I use to create events. Each event has a different page. I would like users that are already registered to my website be able to click on a “Register” button to register for the specific event. I then want them added to a list of users on the same page that have already registered for the event.
-
This reply was modified 9 years, 3 months ago by
rebah.
The list of users signed up for an event is probably not user meta. SUL doesn’t seem like the right choice here, from what I can tell. You’ll need to read the docu for your events plugin and figure out how to get a list of the attending users. And you may need to hire someone for custom development.