Members Widget

Hello, I would like to use Corvid to add more information to each of the members displayed on the members widget. Specifically, I would like specific information from each person’s account to be accessible to other members via the members widget. I’m not exactly sure how to code for this. Any help would be so appreciated!

Hi Caroline, did you manage to find a solution to this by anychance?

Hi there,

This can be easily done. First, retrieve the member’s slug from the page URL, and use it to perform a query against the members’ database, and then return the specific data that you want.

Make sure to only run this code on the backend (for security), and only return the absolute necessary data, and also to explain this in your privacy policy.

Note: This thread is old, and will be closed, if you have further questions feel free to open up a new thread.