コード例 #1
0
get_header('tbs');
cwp_layout::the_header('tbs');
?>
<section id="feature" >
    <div class="container">
        <div class="row">
            <div class="span12">
                <div class="strip">
                    <h1>
                        <?php 
echo $cpt_options->the_headline_copy();
?>
                    </h1>
                    <p>
                        <?php 
echo cwp_theme::the_main_copy();
?>
                    </p>
                    <!-- class content -->
                </div>
            </div>
            <!-- container -->
        </div>
    </div>
</section>
<section id="content">


    <div id="articles" class="container">
        <?php 
cwp_layout::main_tpl();