What code do I put in my template's sidebar to display MyEvents? This code does not work (only shows code text):
get_all_events($limit = 100, $date_format = 'd/m/Y')
Thanks!
What code do I put in my template's sidebar to display MyEvents? This code does not work (only shows code text):
get_all_events($limit = 100, $date_format = 'd/m/Y')
Thanks!
I'm not familiar with the plugin, but I bet you have all the pieces of the puzzle if you combine the title of this topic with that line of code. :-)
Have you tried:
<?php get_all_events($limit = 100, $date_format = 'd/m/Y') ?>
Is there a way to include a link to the event's website? Currently this only prints out the name, time, and location of the event, but I want to also link this to the website of the event, or to more info on the internet.
Tks!
This topic has been closed to new replies.