have_posts() ) {
$posts->the_post();
?>
>
', '' . $tag . '>' );
// Post Meta.
cnvs_block_post_meta( $attributes, cnvs_allowed_post_meta( true, 'category' ) );
?>
max_num_pages;
if ( $total_pages > 1 ) {
$current_page = max( 1, get_query_var( 'paged' ) );
$base_url = cnvs_get_block_posts_page_url( $attributes );
if ( $base_url ) {
echo '';
} else {
cnvs_alert_warning( esc_html__( 'Please select a page for your blog posts in Settings → Reading to display pagination.', 'canvas' ) );
}
}
}
?>