?>
>
    <div class="row">
        <?php 
get_template_part('content-header');
?>
    </div>
    
    <div id="page" class="row">
        <div class="content">
            <h2><?php 
get_text($about_title);
?>
</h2>
            <p><?php 
get_text($about_text);
?>
</p>
            <?php 
if (is_setting($profile_email)) {
    ?>
            <a class="button" href="mailto:<?php 
    get_setting($profile_email);
    ?>
">Contact</a>
            <?php 
}
?>
        </div>
    </div>
</div>
예제 #2
0
        </div>
        
        <div class="section">
            <ul>
                <?php 
if (is_setting($profile_facebook)) {
    ?>
                <li><a class="icon-facebook" href="http://facebook.com/<?php 
    get_setting($profile_facebook);
    ?>
">Facebook</a></li>
                <?php 
}
?>
                <?php 
if (is_setting($profile_twitter)) {
    ?>
                <li><a class="icon-twitter" href="http://twitter.com/<?php 
    get_setting($profile_twitter);
    ?>
">Twitter</a></li>
                <?php 
}
?>
            </ul>
        </div>
    </nav>
    
    <?php 
if (is_page('home') || is_page('single')) {
    // The Video Gallery Template