Title: Show end/ start date
Last modified: August 22, 2016

---

# Show end/ start date

 *  [offi3](https://wordpress.org/support/users/offi3/)
 * (@offi3)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/show-end-start-date/)
 * Hai,
 * I,ve already copied the template files into my theme.
 * I want to add the “end date” to this page: [http://www.josepeters.com/events/event/atelierroute-van-eems-tot-westeremden-2/](http://www.josepeters.com/events/event/atelierroute-van-eems-tot-westeremden-2/)
 * Also want to add the “start/ end date” to this page and remove the sidebar (archives
   and meta)
    [http://www.josepeters.com/events/event/](http://www.josepeters.com/events/event/)
 * I,m not a PHP expert, please tel me where to put or remove the code, it’s the
   last step for this site 🙂
 * Thanx in advance
 * [https://wordpress.org/plugins/event-organiser/](https://wordpress.org/plugins/event-organiser/)

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

 *  Thread Starter [offi3](https://wordpress.org/support/users/offi3/)
 * (@offi3)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/show-end-start-date/#post-5350641)
 * Can you please help me? 🙂
 *  Plugin Author [Stephen Harris](https://wordpress.org/support/users/stephenharris/)
 * (@stephenharris)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/show-end-start-date/#post-5350713)
 * 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.

 * ![](https://ps.w.org/event-organiser/assets/icon-256x256.png?rev=978123)
 * [Event Organiser](https://wordpress.org/plugins/event-organiser/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-organiser/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-organiser/)
 * [Active Topics](https://wordpress.org/support/plugin/event-organiser/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-organiser/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-organiser/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Stephen Harris](https://wordpress.org/support/users/stephenharris/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/show-end-start-date/#post-5350713)
 * Status: not resolved