/themify-event-post/archive.php
*
*/
?>
query->have_posts() ) : ?>
query->have_posts() ) : $this->query->the_post(); ?>
get_template( 'content', array(
'display' => 'excerpt', // excerpt, none
'more_link' => false, // true goes to post type archive, and admits custom link
'more_text' => __( 'More →', 'themify-event-post' ),
'image_size' => 'medium',
'title' => 'yes', // no
'title_tag' => 'h2',
'unlink_title' => 'no',
'image' => 'yes', // no
'unlink_image' => 'no',
'hide_event_location' => 'no',
'hide_event_date' => 'no',
'hide_event_organizer' => 'no',
'hide_event_performer' => 'no',
'hide_event_meta' => 'no',
'image_w' => '',
'image_h' => '',
) );
?>