[Plugin: WP Calendar] Using events_printlist with event_url on a page
-
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\}"}
Viewing 3 replies - 1 through 3 (of 3 total)
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.