Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vincebalk

    (@vincebalk)

    I thought I found it but unfortunately not.

    Plugin Author Jeroen Schmit

    (@slimndap)

    No need to go into the code!

    You can do it like this:

    {{datetime|date('j F Y')}}

    So, to create a list of upcoming events:

    [wpt_events]{{title}} {{datetime|date('j F Y')}} {{tickets}}[/wpt_events]

    See: https://github.com/slimndap/wp-theatre/wiki/Shortcodes

    Thread Starter vincebalk

    (@vincebalk)

    got it thanks. I had removed the ‘ by date.

    Is this also possible for artists? Can I change seasons into artists and productions into gigs (translate it myself into Dutch)?

    Plugin Author Jeroen Schmit

    (@slimndap)

    You could do this by altering the language file (with Poedit).

    But you the idea of this plugin is to use it like this:

    production = artist
    event = gig

    Pieter_Kruithof

    (@pieter_kruithof)

    Jeroen, can this date_format also be done with the shorcode {{date}}?
    Ik split the date and time due to formatting purposes.
    The shortcode {{date|date('j F Y')}} doesn’t seem to work.

    Plugin Author Jeroen Schmit

    (@slimndap)

    Pieter, can you send me a full example of your code?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘date format productions’ is closed to new replies.