function custom_add_image_sizes() { add_image_size('custom-size-1', 300, 300, true); // Cropped //add_image_size('custom-size-2', 800, 600, false); // Not cropped } add_action('after_setup_theme', 'custom_add_image_sizes');
Changing any of the form inputs will cause the list of events to refresh with the filtered results.