List view – month selection
-
I would like to have the ability to select the month when in list view.
https://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!
https://www.ads-software.com/extend/plugins/the-events-calendar/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘List view – month selection’ is closed to new replies.