File "maintenance.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee/inc/integrations/maintenance.php
File size: 1000 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template name: Maintenance 
 *
 * @author 	PressLayouts
 * @package kapee
 * @since 1.0.0
 */
 
//get_header(); 
?>
<!DOCTYPE html>
<?php do_action( 'kapee_before_html' ); ?>
<html <?php language_attributes(); ?> class="no-js">
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
	<link rel="profile" href="http://gmpg.org/xfn/11">	
	<?php wp_head(); ?>
</head>
<body>
<div id="main-content" class="site-content">
	<div class="coming-soon">
		<div class="container-fluid">
			<?php while ( have_posts() ) : the_post(); ?>
				<article id="post-<?php esc_attr( get_the_ID() ); ?>" <?php post_class(); ?>>
					<div class="entry-content">
						<?php the_content(); ?>
					</div>
				</article><!-- #post -->
			<?php endwhile; ?>                  
		</div> <!--.container-fluid-->
	</div> <!--.coming-soon-->
</div> <!--.site-content-->
<?php wp_footer(); ?>
</body>
</html>