Title: List view &#8211; month selection
Last modified: August 20, 2016

---

# List view – month selection

 *  [crbarnett](https://wordpress.org/support/users/crbarnett/)
 * (@crbarnett)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/list-view-month-selection/)
 * I would like to have the ability to select the month when in list view.
 * [http://eden.unreasonabledesign.com/events/](http://eden.unreasonabledesign.com/events/)
   
   Just like in the grid view.
 * Navigate to previous and next month, select month and year would change the results
   shown in the list.
 * I tried to copy from gridview.php
 *     ```
       <span class='tribe-events-month-nav'>
       				<span class='tribe-events-prev-month'>
       					<a href='<?php echo tribe_get_previous_month_link(); ?>' class="tribe-pjax">
       					← <?php echo tribe_get_previous_month_text(); ?>
       					</a>
       				</span>
   
       				<?php tribe_month_year_dropdowns( "tribe-events-" ); ?>
   
       				<span class='tribe-events-next-month'>
       					<a href='<?php echo tribe_get_next_month_link(); ?>' class="tribe-pjax">
       					<?php echo tribe_get_next_month_text(); ?> →
       					</a>
                      <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="ajax-loading" alt="" style='display: none'/>
       				</span>
       			</span>
       ```
   
 * to line 18 of list.php
 * This did not yield any results.
 * Please advise, thank you!
 * [http://wordpress.org/extend/plugins/the-events-calendar/](http://wordpress.org/extend/plugins/the-events-calendar/)

Viewing 1 replies (of 1 total)

 *  [Rob La Gatta](https://wordpress.org/support/users/roblagatta/)
 * (@roblagatta)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/list-view-month-selection/#post-3414709)
 * Hey crbarnett. Thanks for the note here. At this point we unfortunately don’t
   have month options in list view; providing steps to do so is sadly outside the
   level of customization we can provide here on dot-org, but I will say the 3.0
   release that we’re working on right now – and will be out soon – has something
   that should meet your needs along these lines. (We’ve overhauled the list view
   somewhat substantially in this 3.0 release). Happy to give you that beta code
   to play around with if you’re interested and have a testing environment to use
   it on. It’s probably not something you’ll want to install on a live site, since
   the code isn’t 100% stable yet, but it’s more than functional if you wanted to
   give it a go from a beta perspective. Shoot me an email (rob a/ tri.be) if you’re
   interested.
 * Sorry I couldn’t offer up more here. Let me know what else you need or if you’ve
   got any other questions. Thanks for using The Events Calendar!

Viewing 1 replies (of 1 total)

The topic ‘List view – month selection’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

 * [list](https://wordpress.org/support/topic-tag/list/)
 * [month](https://wordpress.org/support/topic-tag/month/)
 * [select](https://wordpress.org/support/topic-tag/select/)
 * [view](https://wordpress.org/support/topic-tag/view/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rob La Gatta](https://wordpress.org/support/users/roblagatta/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/list-view-month-selection/#post-3414709)
 * Status: not resolved