HEX
Server: Apache
System: Linux utech.securedservers.info 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User: autoaccidentes (1023)
PHP: 8.3.23
Disabled: NONE
Upload Files
File: /home/autoaccidentes/www/wp-content/themes/vantage/loops/loop-blog.php
<?php
/**
 * Loop Name: Blog
 */
?>
<?php if ( have_posts() ) { ?>

	<?php /* Start the Loop */ ?>
	<?php while ( have_posts() ) {
		the_post(); ?>

		<?php get_template_part( 'content', get_post_format() ); ?>

	<?php } ?>

	<?php vantage_content_nav( 'nav-below' ); ?>

<?php } else { ?>

	<?php get_template_part( 'no-results' ); ?>

<?php } ?>