HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/shovago/shovago-contents/reviews.php
<?php
	$Shovago__Steps_1 = get_template_directory_uri().'/shovago-assets/images/Shovago__steps_1.png';
	$Shovago__Steps_2 = get_template_directory_uri().'/shovago-assets/images/Shovago__steps_2.png';
	$Shovago__Steps_3 = get_template_directory_uri().'/shovago-assets/images/Shovago__steps_3.png';
?>
<div class='Shovago__Shdow'>
	<div class='Shovago__Reviews' data-aos="fade-up">
		<div class="Shovago__Content--Size">
			<div class="Shovago__Reviews--Title">
				<h1><?php echo get_option( 'Shovago__Options_Trans__reviews' ); ?></h1>
				<div class='Shovago__Reviews--Nav'></div>
			</div>
		</div>
		<div class='Shovago__Reviews--Cards owl-carousel' data-aos="fade-up">
			<?php
				$Shovago__MoreVideos_Args = array( 'post_type' => 'shovago_reviews', 'posts_per_page' => -1);
				$Shovago__MoreVideos_WhileList = new WP_Query( $Shovago__MoreVideos_Args );
				if( $Shovago__MoreVideos_WhileList->have_posts() ): while( $Shovago__MoreVideos_WhileList->have_posts() ): $Shovago__MoreVideos_WhileList->the_post();
					get_template_part( 'shovago-contents/grids', 'reviews' );
				endwhile; wp_reset_query(); endif;
			?>
		</div>
		<?php get_template_part( 'shovago', 'contents/shovago-bnrs/twitter' ); ?>
	</div>
</div>