• I’d like to partially modify CONTENTS on my main events listing page. In particular I want to change the Date output (and only show the startdate, but no enddate or an “All Day” notifier”.

    I’ve browsed code but it seems to callback Em:output directly after which I give up on this soup ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The easiest way customize the formatting of the events list is to edit the “Default event list format” under Events > Settings > Formatting > Events.

    This should help:
    https://wp-events-plugin.com/documentation/placeholders/

    Thread Starter Kristoff Bertram

    (@kristoffbertram)

    That did it. Thank you Caimin!

    Out of curiosity for the future. Is there a corresponding template file? (Or any way to achieve the same results, including the live search box, using a custom template file?)

    The corresponding template file is this one:
    /events-manager/templates/templates/events-list.php

    You could also recreate the events lists in any PHP template by using do_shortcode. Like this:

    echo do_shortcode("[events_list]#_EVENTLINK (etc) [/events_list]");

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Override “CONTENTS” (using templates)’ is closed to new replies.