require 'banner.php'; ?>
the_title(); ?>
echo get_field('text_top'); ?>
$query = new WP_Query( array( 'post_type' => 'casinos',
'tax_query' => array(
'relation' => 'AND',
array(
'taxonomy' => 'casino_category',
'field' => 'id',
'terms' => 2),
) ) ); ?>
while ($query->have_posts()) : $query->the_post();?>
endwhile;
wp_reset_query(); ?>
the_post();
the_content(); ?>
require 'top.php'; ?>