PODS shortcode filter by url
-
I have a website with many users and each user has activities.
I’m using PODs to create a POD called “activities”.I am generating a list on the frontend using:
<ul> [pods name="activities" where="post_author={@user.id}"] <li> <a href= "{@permalink}" >{@post_title}</a> </li> [/pods] </ul>So, any user just can see its own activities.
I would like that when the user click on some activity could open that activity form on edit mode, so filtered by current url, permalink or something like? All this in frontend.I know how to list activities in frontend, I know how to show PODS record in frontend one editable form, but I don’t know how to generate a list on frontend and when we click on any object we would open just that form in edit mode.
Is that doable?
Thank you.
The topic ‘PODS shortcode filter by url’ is closed to new replies.