Ejemplo n.º 1
0
function hocwp_show_float_ads()
{
    ?>
	<div class="<?php 
    hocwp_wrap_class('float-ads');
    ?>
">
		<div class="pull-left">
			<?php 
    hocwp_show_ads('float_left');
    ?>
		</div>
		<div class="pull-right">
			<?php 
    hocwp_show_ads('float_right');
    ?>
		</div>
	</div>
	<?php 
}
Ejemplo n.º 2
0
<div class="<?php 
hocwp_wrap_class();
?>
">
	<?php 
hocwp_breadcrumb();
hocwp_theme_site_main_before();
hocwp_article_before();
hocwp_post_title_single();
hocwp_entry_content();
hocwp_article_after();
hocwp_theme_site_main_after();
get_sidebar('page');
?>
</div>