• Resolved Reventlov

    (@reventlov)


    Hi,

    I noticed that it is possible to display a specific event on a page by using shortcode : [event post_id=”123″]

    How can I display always the upcoming event on a page ?

    I would like to have a page called “Event of the day” that will able to update automatically everyday.
    (I do not want a page with a list of 1 event)

    Thanks for advice.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    How are you deciding / setting which is the event of the day?

    Thread Starter Reventlov

    (@reventlov)

    Hi,

    Event are created normally.

    I do not really understand your question. I mean if event is configured with date 10 august, so the 10th august, it becomes as event of the day.

    By event of the day, I mean the event that takes place today.

    Sorry, difficult to explain with my poor english. do you understand what I mean ?

    • This reply was modified 7 years, 3 months ago by Reventlov.
    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can use shortcode like

    [events_list limit=”10″ pagination=1 scope=”today”]

    Thread Starter Reventlov

    (@reventlov)

    No, [events_list limit=”10″ pagination=1 scope=”today”] display a list of 1 event.

    I don’t want a list, I would like the full-page event directly.

    In that case, use the shortcode below with a closing tag. Between the two tags include all the placeholders you need to create the full event page.

    Here’s a simple example:

    [events_list scope="today"] 
    
    #_EVENTNAME
    
    #_EVENTNOTES
    
    #_BOOKINGFORM
    
    [/events_list]

    Here are the placeholders you can use:

    https://wp-events-plugin.com/documentation/placeholders/

    • This reply was modified 7 years, 3 months ago by caimin_nwl.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘display the upcoming event on a page’ is closed to new replies.