?>
">
                                        <input type="reset" class="submit-button" name="reset" value="<?php 
        _e('Reset', 'highthemes');
        ?>
">
                                    </p>
                                </div>
                            </form>
                        </div>
                </div>
            </div><!-- [/post-item] -->

                <?php 
    }
    ?>
        </div><!-- [/entries-box] -->
        </div><!-- [/entries] -->
        <?php 
}
?>
    </div><!-- [/main] -->
    <?php 
if (ht_sidebar_layout() != 'no-sidebar') {
    get_sidebar();
}
?>

</div><!-- [/wrap] -->
<?php 
get_footer();
Example #2
0
<?php

get_header();
// variables
global $data;
// title of the page goes here
$teaser = __('Recent Posts', 'highthemes');
// sidebar status
$ht_sidebar_status = ht_sidebar_layout();
// embed slider
embed_fullscreen_bg();
?>
<div id="wrap" class="clearfix <?php 
echo ht_sidebar_layout();
?>
">
    <div id="main">
        <div id="entries">
            <h2 class="page-title"><?php 
echo $teaser;
?>
                <i class="entries-toggle arrow-toggle"></i>
                <?php 
if ($data['breadcrumb_inner']) {
    ?>
                    <div id="breadcrumb">
                        <?php 
    if (class_exists('simple_breadcrumb')) {
        $bc = new simple_breadcrumb();
    }
    ?>
Example #3
0
function ht_woocommerce_sidebar()
{
    $sidebar_status = ht_sidebar_layout();
    if ($sidebar_status != 'no-sidebar') {
        woocommerce_get_template('global/sidebar.php');
    }
    echo '</div><!--/end #wrap-->';
}