• Resolved mendesva

    (@mendesva)


    Hi everybody,
    I’m new to WordPress, so be patient with me…
    I’m trying to filter the agenda events so that what the users sees depends on the “Event Category” or “User Role” his is member of.
    Clear?
    We have events which are to bee seen from everyone (public), and other which are only meant for us (members).
    I goggled, Ms-searched, ducked, … 🙂 but found nothing…
    I also tried various plugins and plugin combination, but … no!!
    Is there someone who may show me the “right” way?
    Regards

Viewing 1 replies (of 1 total)
  • Hi,

    Welcome to WordPress 🙂

    Events lists filtered by event categories can be displayed by using the category attribute in a shortcode, like this, where 123 is the category ID:

    [events_list category="123"]

    Filtering by events by user role is a bit more tricky because there no existing option for that. It might be something that could be done with custom coding.

Viewing 1 replies (of 1 total)

The topic ‘login specific agenda events’ is closed to new replies.