
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
global $presso_secondary_query;
$presso_secondary_query = presso_get_related_posts( presso_get_theme_option( 'related_post_count' ) );

if ( ! empty( $presso_secondary_query ) && $presso_secondary_query->have_posts() ) : ?>

<div class="vw-related-posts">

	<h3 class="vw-related-posts__title"><span><?php esc_html_e( 'Related Posts', 'presso' ) ?></span></h3>

	<?php get_template_part( 'templates/loop/loop', presso_get_theme_option( 'related_post_layout' ) ); ?>

</div>

<?php wp_reset_postdata();
endif;?>