DIR: /home/otwalrll/satojafurnitures.com/wp-content/themes/martfury/ |
Current File : /home/otwalrll/satojafurnitures.com/wp-content/themes/martfury/template-large-container.php |
<?php /** * Template Name: Large Container * * The template file for displaying Large Container. * * @package Martfury */ get_header(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; endif; ?> <?php get_footer(); ?> |