Exemple #1
0
wpex_hook_main_bottom();
?>

		</div><!-- #main-content --><?php 
// main-content opens in header.php
?>
		
		<?php 
// Main after hook
wpex_hook_main_after();
?>
		
		<?php 
// Get footer unless disabled
// See functions/footer-display.php
if (wpex_display_footer()) {
    ?>

				<?php 
    // Open class for the footer reveal option
    if (wpex_footer_reveal_enabled()) {
        ?>
					<div class="footer-reveal">
				<?php 
    }
    ?>
 
		
				<?php 
    // Footer before hook
    // The callout is added to this hook by default
Exemple #2
0
 * @package WordPress
 * @subpackage Total
 * @since Total 1.0
 */
?>

    </div><!-- #main-content --><?php 
// main-content opens in header.php
?>
	
	<?php 
// Display footer callout - see functions/footer-callout
wpex_footer_callout();
// Get footer unless disabled
// See functions/footer-display.php
if (wpex_display_footer() == true) {
    // Get footer style based on theme option - see "footers" folder
    get_template_part('footers/footer', wpex_option('footer_style', 'one'));
}
?>

</div><!-- #wrap -->

<!-- MOBILE MENU -->
<form method="get" class="mobile-searchform" action="<?php 
echo esc_url(home_url('/'));
?>
" role="search">
	<input type="search" id="mobile-search-input" name="s" value="<?php 
_e('search', 'wpex');
?>