File "mc-page-freestyle.php"
Full Path: /home/jovision/public_html/wp/wp-content/themes/mediacenter/mc-page-freestyle.php
File size: 389 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/*
Template Name: Free Style Page
*/
get_header(); ?>
<div id="main-content" class="main-content">
<?php while ( have_posts() ) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php the_content(); ?>
<?php mc_init_structured_data(); ?>
</div><!-- #post-<?php the_ID(); ?> -->
<?php endwhile; ?>
</div><!-- #main-content -->
<?php
get_footer();