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

    (@offi3)

    Can you please help me? 🙂

    Plugin Author Stephen Harris

    (@stephenharris)

    Hi,

    For the former, you’ll want to edit the event-single-event-meta.php file. Just look for the line which reads

    <li><strong><?php _e('Start', 'eventorganiser') ;?>:</strong> <?php eo_the_start($date_format); ?> </li>

    and add

    <li><strong><?php _e('End', 'eventorganiser') ;?>:</strong> <?php eo_the_end($date_format); ?> </li>

    beneath it.

    For the latter you’ll want to edit the archive-events.php file, and remove get_sidebar(), as well as make any other changes that you might want (see above).

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

The topic ‘Show end/ start date’ is closed to new replies.