HEX
Server: Apache
System: Linux p3plmcpnl495753.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: griievz70lba (9445158)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/griievz70lba/public_html/fragnancestories.com/wp-content/themes/woodmart/maintenance.php
<?php 

/* Template name: Maintenance */


get_header(); ?>
<div class="maintenance-content container" role="main">

	<?php /* The loop */ ?>
	<?php while ( have_posts() ) : the_post(); ?>
			<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

				<div class="entry-content">
					<?php the_content(); ?>
				</div>

			</article><!-- #post -->
	<?php endwhile; ?>

</div><!-- .site-content -->

<?php get_footer(); ?>