• Resolved mrppp

    (@mrppp)


    On the page where i have all events shown using [events_list_grouped mode="monthly" country="UK"] #_EVENTLINK <br />#_EVENTDATES #_EVENTTIMES <br />#_LOCATION #_LOCATIONTOWN #_LOCATIONSTATE <strong> #_EVENTNOTES</strong><br /> [/events_list_grouped]

    Currently each month is shown as Nov 2013, Dec 2013 etc

    How can i get this to show What’s on December 2013, What’s on November 2013 instead?

    The actual events are fine shown as For Example Tuesday November 26th 2013 8:30 pm – 11:00 pm but i want the mode="monthly"
    to be different
    http://wordpress.org/plugins/events-manager/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hiya,

    I’m not actually sure what you are aiming to do here – can you clarify please? Could you provide a link to what you have already, and perhaps a mock up of what you’re trying to achieve?

    Thanks

    Thread Starter mrppp

    (@mrppp)

    on this page http://www.berkshireeventsguide.co.uk/list.jpg

    I want mar 2014, jun 2014 etc etc changed to how i mentioned before
    i,e mar 2014 becomes what’s on March 2014

    If you’re using the #_EVENTDATES placeholder for that date, you can change the format under Events > Settings > Formatting > Date/Time.

    You probably need to change the M to an F.

    This might help:
    http://codex.wordpress.org/Formatting_Date_and_Time

    Thread Starter mrppp

    (@mrppp)

    no that only changes the date under the event link i.e German beer festival Saturday March 22nd 2014

    it does not change the date created with [events_list_grouped mode="monthly" country="UK"] Its not the #_EVENTDATES that is the isuue

    it seems this events_list_grouped mode="monthly" Creates Jun 2014, JUL 2014, AUG 2014 etc

    Thread Starter mrppp

    (@mrppp)

    Ok this works
    Change [events_list_grouped mode="monthly" country="UK"]
    TO
    [events_list_grouped ]
    in Events-settings-formatting-events select monthly and add F Y to Events page grouping

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can also add date_format in the shortcode

    eg.

    [events_list_grouped mode=”monthly” date_format=”F Y”]

    Thread Starter mrppp

    (@mrppp)

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Events list page’ is closed to new replies.