I’m having a problem pointing a url to a certain group on the same page.
I want the user to browse only on the same page, passing path/parameters to open the information.
I understood that I can manipulate the URLS to make it more beautiful.
My question is the following, I need that, as soon as I determine the URL that will open (sending the slug of the user /user) it makes a certain group visible.
I still don’t understand the correlation between the parameter and the group that will open, I pass the parameters but… how do I define the group? what do I put in it for it to appear with the information of these parameters?
I don’t know if I managed to be clear.
If anyone can contribute with experience, I would greatly appreciate it.
it may not be very clear because I used translator
On the group, you need to have a Conditional that says, When - Get Data From Page URL, where Parameter is ‘user’ and value is the Current User’s Slug, then this Group is visible, and make sure you check the visibility box.
The group needs to be not visible on page load to start with.
Try that and see if that gets the outcome you are after.