Viewing File: /home/rtsgrob/ww6/wp-content/themes/synergia/coming-soon-page.php

<?php
/*
Template Name: Coming Soon Page
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<?php
	/**
	 * synergia_select_header_meta hook
	 *
	 * @see synergia_select_header_meta() - hooked with 10
	 * @see synergia_select_user_scalable_meta() - hooked with 10
	 * @see qodef_core_set_open_graph_meta - hooked with 10
	 */
	do_action( 'synergia_select_header_meta' );
	
	wp_head(); ?>
</head>
<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">
	<?php
	/**
	 * synergia_select_after_body_tag hook
	 *
	 * @see synergia_select_get_side_area() - hooked with 10
	 * @see synergia_select_smooth_page_transitions() - hooked with 10
	 */
	do_action( 'synergia_select_after_body_tag' ); ?>

	<div class="qodef-wrapper">
		<div class="qodef-wrapper-inner">
			<div class="qodef-content">
				<div class="qodef-content-inner">
					<?php get_template_part( 'slider' ); ?>
					<div class="qodef-full-width">
						<div class="qodef-full-width-inner">
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
								<?php the_content(); ?>
							<?php endwhile; endif; ?>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
	<?php wp_footer(); ?>
</body>
</html>
Back to Directory File Manager