• Resolved stuureenswatnaarhugo

    (@stuureenswatnaarhugo)


    Hi everybody.

    I use Ec3 event calender by Alex Tingle a lot but I had a lot of problems with ‘isolating’ the event_date of eventposts. I finaly echo’d it by finding and copying the code that’s meant for the option ‘show schedule date in posts’

    This way you can show the event date in your category-archives without showing the content and by isolating it’s posible to call it on a single page and style it by css.

    I hope anybody finds this usefull and this is the code you can just paste in your template files:

    `<?php ec3_the_schedule(
    $format_single =EC3_DEFAULT_FORMAT_SINGLE,
    $format_range =EC3_DEFAULT_FORMAT_RANGE,
    $format_wrapper=EC3_DEFAULT_FORMAT_WRAPPER
    ); ?>`

  • The topic ‘ec3 event calender (style the date)’ is closed to new replies.