• When I try to run a feed from my wordpress site to another page using the tag “feed?ec3_days=1” the feed displays correctly, but the feed also displays the begin and end dates of the event calendar in brackets immediately before the feed as it would if the date display had not been hidden. I have selected hide in the options for the date display. Does anyone know of a feed tag that I can add to also hide the date display on the webpage that displays the feed?

Viewing 1 replies (of 1 total)
  • I read this somewhere and kept a note of it:
    – make a backup file of eventcalendar3.php from the plugin folder
    – open eventcalendar3.php – you need to disable a filter/comment out in eventcalendar3.php so that the bracketed info won’t show in excerpts or feeds:

    $text=$schedule.$text
    to
    /* $text=$schedule.$text */

    – save and upload back to EC3 plugin folder

Viewing 1 replies (of 1 total)
  • The topic ‘EC3’ is closed to new replies.