• Resolved Peter Boekelaar

    (@deboekies)


    Hey all,

    Using the link I added, you can see a list of events (in Dutch) which I put in a event category ‘eenakters’. I want to use another category, and show those events at another place on the page.
    How can I split these event categories into separate lists? I am using the CONTENTS tag, to show the list of events, but that is not parameterised.
    Can somebody shine some light on this?
    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Stonehenge Creations

    (@duisterdenhaag)

    Hi Peter,
    Dutch user here too ??

    The easiest thing to do is to not use CONTENTS anymore.
    First, wrap that in a hidden div, so your content will not be overwritten:
    <div style="display:none;">CONTENTS</div>

    Then, to separate the events lists, use the shortcode to call each section:
    [events_list category="1"] where 1 is the category ID.

    Thread Starter Peter Boekelaar

    (@deboekies)

    Worked like a charm! Thanks, Patrick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Howto split event lists’ is closed to new replies.