There is a hidden shortcode attribute which is also used for the widget called ‘url_to_page’. If you want also links to directly show the event details you additionally have to add the attribute ‘sc_id_for_url’ which is the shortcode-id on the page. This is required because it is possible to have multiple shortcodes on one page. So normally the value for it is 1.
Thank you so much, mibuthu
It works perfectly
This is exactly my current issue too, but I’m not following solution above. My current shortcode is:
[event-list num_events=6 show_filterbar=false show_details=false link_to_event=true]
I do not understand what the value options are for ‘url_to_page’ and ‘sc_id_for_url’. I would like each event item to link to a page which displays all info if possible, or at least link to the Events page where all event list info is displayed.
Thank you in advance.
The shortcode ‘url_to_page’ doesn’t work in my wp..
I’ve tried with:
[event-list show_filterbar=false cat_filter=decoracion show_details=false link_to_event=true sc_id_for_url=1 url_to_page=curso]
[event-list show_filterbar=false cat_filter=decoracion show_details=false link_to_event=true sc_id_for_url=1 url_to_page=http://localhost/web/formacion/curso]
[event-list show_filterbar=false cat_filter=decoracion show_details=false link_to_event=true sc_id_for_url=1 url_to_page=”http://localhost/web/formacion/curso”%5D
Here’s a sample shortcode that works for me. I’m using relative URLs, and not quoting them. The page where I’m using this shortcode only has a single Event List shortcode.
[event-list num_events=2 show_details=single_event_only url_to_page=/learning-opportunities/upcoming-events-classes]