• Resolved redping

    (@redping)


    I want to put events on the events page as well as another page. How would I go about doing this? I’ve looked in your documentation and can’t find that question although I can’t be the first person who wants to do this. Any help would be appreciated! (I have the pro version)

    https://wordpress.org/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can use shortcodes like [events_list] or [event post_id=X]; for more info, please see this docs – http://wp-events-plugin.com/documentation/shortcodes/

    Angelo,

    Looking through the shortcodes doc, it doesn’t speak to using category in combination with shortcodes.
    ex. [events_list scope="category_1"] where category would be the slug for Category 1

    I have 12 categories that I want to be able to show in a widget on individual pages as well as be able to group them by category on the event page.
    ex. [events_list_grouped mode="category"]#_EVENTLINK - #_EVENTDATES at #_EVENTTIMES<br />[/events_list_grouped]

    I thought about using post_id=X while reading the doc, but i’m unsure if that would work as I’m looking to call the Event entry, not a post of the event – or does that amount to the same thing.

    Thanks for any help / direction you might offer.

    John

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    I think the shortcodes above are wrong; you can try something like this

    [events_list scope=”future” limit=5 category=”X”]
    or
    [events_list_grouped mode=”monthly” scope=”future” limit=5 category=”X”]

    where X is the events category id located at Events > Event Categories > click on Screen Options (top right corner) > ticked ‘ID’

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘put events on two different pages’ is closed to new replies.