Viewing 3 replies - 1 through 3 (of 3 total)
  • i’m wondering the same thing!

    in eventscalendar3.php edit:

    if($post->ec3_schedule)
      {
        $schedule=ec3_get_schedule('%s; ',"%1\$s %3\$s %2\$s. ",'[ %s]');
        $text=$schedule.$text;
      }

    to add a span or such like this:

    if($post->ec3_schedule)
      {
        $schedule=ec3_get_schedule('%s; ',"%1\$s %3\$s %2\$s. ",'<span class="ec3exerpt-date">[ %s]</span> ');
        $text=$schedule.$text;
      }

    do you know how i can just get rid of the date completely showing in the excerpt?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Event Calendar 3] Styling date output in post exerpts’ is closed to new replies.