'event', 'tax_query' => array( 'taxonomy' => 'event_categories', ), ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { ?>
have_posts() ) { $query->the_post(); ?>
>
'; the_post_thumbnail(); echo ''; } the_title( '

', '

' ); ?>
'; the_content(); echo '
'; ?>