As a logged-in user I want to be able to set my preferred event category and when going to the event list page, I only want to see events from my preferred event category.
– How can a logged-in user choose and set his preferred event category (from a drop-down menu)?
– How can a logged-in user only see events of his preferred event category?
Are there any php snippets available that would help?
There isn’t a snippet as this would require some custom development. My thinking is that you would add a dropdown to the profile and then using a custom page template on a page only accessible by logged in members you could grab the value of that dropdown and then do_shortcode the event list with that value as the value of the category parameter.
The support post ‘Advanced: Event list display based on user's event category preference’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.