Title: Removing Year
Last modified: August 21, 2016

---

# Removing Year

 *  Resolved [jkkruger](https://wordpress.org/support/users/jkkruger/)
 * (@jkkruger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/removing-year/)
 * Hi
 * Is there a way to remove the year from the bar so that it only shows Upcoming
   and Past events?
 * Thanks
 * [https://wordpress.org/plugins/event-list/](https://wordpress.org/plugins/event-list/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mibuthu](https://wordpress.org/support/users/mibuthu/)
 * (@mibuthu)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/removing-year/#post-4992856)
 * There is no option for this available now, but I will include this in the next
   version.
 * I you already whant to change in now you have to do it in the code directly and
   remove / comment out line 111-113 in plugin-dir/includes/filterbar.php:
 *     ```
       // for($year=$last_year; $year>=$first_year; $year--) {
       //    $elements[] = array('slug'=>$year, 'name'=>$year);
       //}
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Removing Year’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/event-list_f8f8f8.svg)
 * [Event List](https://wordpress.org/plugins/event-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-list/)
 * [Active Topics](https://wordpress.org/support/plugin/event-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-list/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mibuthu](https://wordpress.org/support/users/mibuthu/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/removing-year/#post-4992856)
 * Status: resolved