• Resolved isaacalves

    (@isaacalves)


    Hello.

    In the Default Event List Format, when the event has no end date, I would like to show the event like this:

    #j #@_{ \à\ j M Y}
    output: “12 à 13 mar 2014”

    But when there’s an event date, it should show like this:

    #_{j M Y}
    output: “12 mar 2014”

    Is that even possible?

    By the way, how can I customize the event list and single template on a code editor? I would love to do that, managing php variables and the HTML structure freely, without having to do it in the Events Manager Plugin Settings panel.

    Thanks a lot.

    https://www.ads-software.com/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter isaacalves

    (@isaacalves)

    Got it:

    {not_long}
    <span class=”event_list_date”>#_{j M Y}</span>
    {/not_long}
    {is_long}
    <span class=”event_list_date”> #j #@_{ \à\ j M Y} </span>
    {/is_long}

    Still, it’s a headache to have to edit that on the plugin settings panel.
    If I can do that on a code editor, please let me know.

    Thanks

    Plugin Support angelo_nwl

    (@angelo_nwl)

    thanks for the update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event Date customization’ is closed to new replies.