Example #1
0
<?php

/**
 * SINGLE BLOG POSTS
 * 
 * This is the template for single, full-page blog posts.
 */
\NV\Theme::get_header();
\NV\Theme::output_file_marker(__FILE__);
?>
    <div id="container" class="row">
        <div id="content" class="small-12 large-8 columns">
            <?php 
\NV\Theme::loop('parts/article-with-comments', 'parts/article-empty');
?>
        </div>
        <div id="sidebar" class="small-12 large-4 columns">
            <?php 
dynamic_sidebar('sidebar-1');
?>
        </div>
    </div>
<?php 
\NV\Theme::get_footer();
Example #2
0
<?php

/**
 * Template Name: Foundation Test Page
 * 
 * This is an example override template. This can be selected from WordPress's "Edit Page" screens.
 * 
 * @package WordPress
 * @subpackage Nouveau
 * @since Nouveau 1.0
 */
\NV\Theme::get_header();
\NV\Theme::output_file_marker(__FILE__);
?>
<div class="row">
    <div class="large-12 columns">
        <h1>Welcome to Foundation</h1>
    </div>
</div>

<div class="row">
    <div class="large-12 columns">
        <div class="panel">
            <h3>We&rsquo;re stoked you want to try Foundation! </h3>
            <p>To get going, this file (index.html) includes some basic styles you can modify, play around with, or totally destroy to get going.</p>
            <p>Once you've exhausted the fun in this document, you should check out:</p>
            <div class="row">
                <div class="large-4 medium-4 columns">
                    <p><a href="http://foundation.zurb.com/docs">Foundation Documentation</a><br />Everything you need to know about using the framework.</p>
                </div>
                <div class="large-4 medium-4 columns">
Example #3
0
<!doctype html>
<html class="no-js" lang="en">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title><?php 
\NV\Theme::page_title();
?>
</title>
  
    <!--wp_head-->
    <?php 
wp_head();
//Enqueue your own stuff in functions.php or \NV\Hooks\Config::enqueue_assets()
?>
    <!--/wp_head-->

    <!-- Font embed code goes here -->

</head>
<body <?php 
body_class();
?>
>
    <div id="frame">