add scope to events_link shortcode
-
Hi
I have created a calendar for the following week using the content slider from the enfold theme and using the great event manager plugin
i have programmed each element of the slider to show the events of a particular day using the following shortcodes and placeholders
[events_list scope=”today” limit=”5″]#_EVENTLINK a #_LOCATIONLINK alle #_EVENTTIMES
[/events_list]As you can see i have limited the list to 5
Now i wish to add the function that is brought by the [events_link] shortcode. I manage to add a link under the list no problem (eventhough i would like it to appear only if the limit of 5 is surpassed but that is less important).
The thing is when i add the shortcode the link connects to my event list page that shows the whole list of events and not only the ones of the date i need.
I tried adding the scope today to the [events_link] but the argument is ignored.
Is there any way to
1. show the link only if limit surpasses 5
2. generate a link to the events only of the day and not the whole event list
The topic ‘add scope to events_link shortcode’ is closed to new replies.