DIR: /home/otwalrll/karismamodernkitchen.com/wp-content/themes/martfury/ |
Current File : /home/otwalrll/karismamodernkitchen.com/wp-content/themes/martfury/template-coming-soon-page.php |
<?php /** * Template Name: Coming Soon Page * * The template file for displaying Coming Soon page. * * @package Martfury */ get_header(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; endif; ?> <?php do_action( 'martfury_coming_soon_page_content' ); ?> <?php get_footer(); ?> |