What do you want the widget to do?
Thread Starter
mau
(@himanshuahuja93)
Just to Display the Events upcoming within a Month or two!! Here is an example https://alumni.lpu.in/
Thanks in advance
In that case, the easiest way would be to use a shortcode like the one below in a text widget.
[events_list scope=" 2-months"]
Thread Starter
mau
(@himanshuahuja93)
Basically i want to edit the template and of the event widget that what i mean to say…Main purpose of that is to make the widget look like the above mention one by customizing the template file itself..
[events_list scope=" 2-months"]
Is returning the result in table
Regards
You can customize the output of the shortcode by adding a closing tag and using the tags and formatting you want between them. Like this:
[events_list scope=”2-months”] #_EVENTLINK [/events_list]