HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/page-templates/home-simple.php
<?php
/**
 * Template Name: Homepage with video or image background.
 * @package acora
*/
get_header();
?>

<div id="home_simple" class="home-simple blog-main" role="main">
	<?php
	if(acora_settings_cs_has_logo()){
		acora_get_vertical_menu_logo();
	}	
	
	if(have_posts()):
		while(have_posts()): the_post();
			?>
			<div class="post">
				<div class="single fwd-hide">
					<div id="media_background" class="media-background"></div>
					<div class="overlay"></div>
					<?php 
						echo acora_settings_hs_get_media();
					?>
					<div class="entry-content">
						<?php if(!empty(acora_settings_hs_get_text())):; ?>
						<div class="info">
							<?php echo acora_settings_hs_get_text() ?>
						</div><!-- .info -->
						<?php endif; ?>
					</div><!-- .entry-content -->
				</div>
			</div>
			<?php 
		endwhile;
	endif;
	?>
</div><!-- #home-simple -->
<?php get_footer(); ?>