• 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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') ?>

    WPChina

    (@wordpresschina)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘< ?php code?> ???’ is closed to new replies.