How to Change Upcoming Events on Organizer or Location Page

Last Updated: December 22, 2025

Use this code to edit the number of upcoming events on any event category (taxonomy) page. You can place this code in function.php or a custom plugin/ site-specific plugin.

add_filter( 'evo_tax_archieve_page_shortcode', function( $args, $taxonomy_slug, $term_id ) {
    // Change this to your desired number of months
    $args['number_of_months'] = '12';

    // Optional: make it conditional
    // if ( $taxonomy_slug === 'event_type' ) {
    //     $args['number_of_months'] = '6';
    // }

    // You can modify other arguments here too if needed
    // $args['hide_empty_months'] = 'yes';

    return $args;
}, 10, 3 );

Did this FAQ help you?

Ready to Start Your Calendar?

65k+ Sites Use EventON

Start with Lite

Download Free

Or

Go Pro

Buy Full