cool plugin: http://wordpress.org/extend/plugins/events-calendar/
Obviously very well used!
I can get it going in my sidebar but I don't want it there, I want it in my footer or possibly just on one page, so I need to embed it in the template.
Assuming it is something like
<?php EventsCalendar(); ?>
Tried a few things and looked through the code but it's been a long day!
Thanks peeps :)
Digi-junk
Member
Posted 3 years ago #
6 months ago..., you may have found the answer by now :)
this is what is says in the plugin description
If you do not have a widget ready theme then you can place ‘<?php SidebarEventsCalendar();?>’?, or ‘<?php SidebarEventsList();?>’ for an event list, in the sidebar.php file of your theme. If you want to display a large calendar in a post or a page, simply place “EventsCalendarLarge” in the html of the post or page. Make sure to leave off the quotes.
kryptonicwave
Member
Posted 2 years ago #
this really saved me. I don't understand why people don't provide this feature in the plugin documentation.
Thanks