Example #1
0
<?php

cwp_layout::header();
cwp_layout::theme_header();
?>
<section id="feature">
    <div class="container">
        <div class="row">
            <div class="twelve columns">
                <div class="feature-image">
                    <img src="<?php 
echo get_stylesheet_directory_uri();
?>
/images/pool.jpg" />
                    <!-- class content -->
                </div>
                <!-- ###### -->
                <p>
                    Collaboratively develop proactive vortals and error-free testing procedures. Intrinsicly coordinate sticky content through installed base experiences. Proactively disintermediate user-centric networks before economically sound processes. Completely seize backward-compatible markets after extensible intellectual capital. Continually revolutionize low-risk high-yield.
                </p>

                <!-- ###end-row### -->
            </div>
        </div>

        <!-- container -->
    </div>
</section>

<section id="content">
    <div class="container">
Example #2
0
<?php

/**
 * @package WordPress
 * @subpackage CORE-SF
 */
wp_enqueue_script('masonry');
//function widget_masonry() {
//    /** masonry config * */
//    $arr['itemselector'] = 'widgets';
//    $arr['singlemode'] = 'true';
//    masonry::config($arr);
//}
cwp_layout::header('tbs');
cwp_layout::the_header('tbs');
?>
<section id="content">
    <div class="container"><!-- container -->
        <div class="row"><!-- container -->
            <div class="twelve columns"><!-- container -->
                <section id="articles">
                    <?php 
cwp_layout::main_tpl();
?>
                </section>

            </div>
            <div class="row">
                <div class="twleve columns">
                    <section id="widgets-404">
                        <?php