have_posts() ) :
$aiovg_query->the_post();
if ( $i % $attributes['columns'] == 0 ) echo '';
?>
post_count ) echo '
';
// End of the loop
endwhile;
// Use reset postdata to restore orginal query
wp_reset_postdata();
if ( ! empty( $attributes['show_pagination'] ) ) { // Pagination
the_aiovg_pagination( $aiovg_query->max_num_pages, "", $attributes['paged'] );
} elseif ( ! empty( $attributes['show_more'] ) ) { // More button
printf(
'',
esc_url( $attributes['more_link'] ),
esc_html( $attributes['more_label'] )
);
}
?>