示例#1
0
?>
">

	<!--[if lt IE 9]>
	<script src="<?php 
echo esc_url(get_template_directory_uri());
?>
/assets/vendor/js/html5.js"></script>
	<![endif]-->

	<?php 
wp_head();
?>

    <?php 
mullins_template('customizer-css');
?>

</head>

<body <?php 
body_class();
?>
>

<div id="wrapper">

	<header id="site-header">

        <div class = "row">
        
示例#2
0
the_ID();
?>
" <?php 
body_class(array('page-content'));
?>
>
    <div class="row">

        <div class = "small-12 medium-8 columns page-copy">

                <?php 
the_content();
?>

        </div>

        <div class="small-12 medium-4 columns">

                <?php 
dynamic_sidebar('home-page-sidebar');
?>

        </div>

    </div>
</section>

<?php 
mullins_template('modal-drawing_terms');
mullins_template('modal-testimonial_entry');
get_footer();
					<div class="page-image">
						<?php 
    the_post_thumbnail('medium');
    ?>
					</div>
				<?php 
}
?>

				<div class="page-copy">
                    <h1><?php 
the_title();
?>
</h1>
					<?php 
the_content();
?>
				</div>
			</div>
            <div class="medium-3 small-12 columns">
                <?php 
dynamic_sidebar('services-sub-page-sidebar');
?>
            </div>
            
		</div>
	</section>

<?php 
mullins_template('modal-drawing_terms');
get_footer();