Example #1
0
$maintenance_mode = hocwp_in_maintenance_mode();
?>
</div><!-- .site-content -->
<?php 
do_action('hocwp_after_site_content');
if (!$maintenance_mode) {
    ?>
	<?php 
    do_action('hocwp_before_site_footer');
    ?>
	<footer id="colophon" class="site-footer clearfix"<?php 
    hocwp_html_tag_attributes('footer', 'site_footer');
    ?>
>
		<?php 
    hocwp_theme_get_module('footer');
    ?>
	</footer><!-- .site-footer -->
	<?php 
    do_action('hocwp_after_site_footer');
}
?>
</div><!-- .site-inner -->
</div><!-- .site -->
<?php 
if (!$maintenance_mode) {
    do_action('hocwp_after_site');
    do_action('hocwp_before_wp_footer');
    wp_footer();
    do_action('hocwp_after_wp_footer');
    do_action('hocwp_close_body');
Example #2
0
<?php 
do_action('hocwp_open_body');
do_action('hocwp_before_site');
?>
<div id="page" class="hfeed site">
	<div class="site-inner">
		<?php 
if (!$maintenance_mode) {
    ?>
			<?php 
    do_action('hocwp_before_site_header');
    ?>
			<header id="masthead"
			        class="site-header clearfix"<?php 
    hocwp_html_tag_attributes('header', 'masthead');
    ?>
>
				<?php 
    hocwp_theme_get_module('header');
    ?>
			</header><!-- .site-header -->
			<?php 
    do_action('hocwp_after_site_header');
    ?>
		<?php 
}
?>
		<?php 
do_action('hocwp_before_site_content');
?>
		<div id="content" class="site-content clearfix">
Example #3
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
hocwp_theme_get_module('comments');