I am using version 2.9.2.
I've installed the EventCalendar3 plugin. In the installation instruction, it says:
you need to make a small adition to your template. Add the following code to your sidebar.php:
Event Calendar:
Upcoming Events:
<?php ec3_get_events(5); ?>
Where should I put these lines within the file? This may sounds dumb but I am new to php and learning, but I know HTML. I see that there is a
Another related question - is there a widget that does the same thing? This seems to be a plugin only, although it's listed on the widget list.
Thanks for any help!