Support » Plugin: WP Calendar » [Plugin: WP Calendar] Using events_printlist with event_url on a page

  • Resolved tjpeters

    (@tjpeters)


    I am trying to put a list of events on a page with a hyperlink to the event URL. The code below works if I take out the anchor tag. Anyone ever do something like this? The = symbol after href gets me. In addition the URL spit out by event_url gets escaped which creates an invalid URL.

    {events_printlist; template="\{event_starttime\} - \{event_endtime\}<a href="\{event_url\}">\{event_subject\}</a> @ \{event_location\}"}

    http://wordpress.org/extend/plugins/wp-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tjpeters

    (@tjpeters)

    Looks like I can make this work with the global setting page and removing the template from the tag. Would be nice to use something like the code above though as an override. Great plugin by the way!

    Plugin Author faebu

    (@faebu)

    thanks for the bug report. just released a fix build 1.2.4. please set this topic to ‘resolved’, when it works now.

    cheers!

    Thread Starter tjpeters

    (@tjpeters)

    Perfect! Thank you for the fast response!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Calendar] Using events_printlist with event_url on a page’ is closed to new replies.