Hi everyone
I have MetaBox Custom Fields for a user profile. That works well.
I have a WPGridbuilder Map Facet with a Bricks query loop showing registered User Information who have a specific role.
Now i want to make that card clickable and redirect to the specific user/dealer profile that is clicked.
I’ve created a “User/Dealer” Template and used dynamic data there - but i don’t know what to do to populate the content. Probably just a thinking error, but how can i populate content from users or their profiles?
Hello Michaela,
I’ve used the custom author slug Plugin to change the custom author slug.
Then i’ve changed the user role for new users and the ones i wanted to query to subscribers insteaad of customers, because without the Woo plugin you have to pay for, you can’t enable profile pages for customers - they can’t have any by default.
Then i’ve created a dynamic link: {siteurl}/member(custom Slug){UserID(don’t know if written correctly, that one from the dynamic data tab)} and now it works