theme-folder/mage-events/Now, please go to wp-content/plugins/mage-eventpress/templates folder and copy the file taxonomy-category.php or the taxonomy-organozer.php file and paste it to the theme-folder/mage-events/ folder that you just created in the theme folder. You can change any part of the code in the template files. Suppose you want to change the grid style to the list style of the event list on the category page. You need to change the code line 17:
do_action('mep_event_list_shortcode', get_the_id(), 'three_column', 'grid');and change it to:
do_action('mep_event_list_shortcode', get_the_id(), 'one_column', 'list');Happy Developing!