Ejemplo n.º 1
0
			<?php 
    }
    ?>

		<?php 
}
?>

		<?php 
themify_content_end();
// hook
?>
	</div>
	<!-- /content -->
    <?php 
themify_content_after();
// hook
?>

	<?php 
/////////////////////////////////////////////
// Sidebar
/////////////////////////////////////////////
if ($themify->layout != 'sidebar-none') {
    get_sidebar();
}
?>

</div>
<!-- /layout-container -->
	
Ejemplo n.º 2
0
    /**
     * Add end portion of wrapper
     * @since 1.4.6
     */
    function themify_after_shop_content()
    {
        if (is_search() && is_post_type_archive()) {
            add_filter('woo_pagination_args', 'woocommerceframework_add_search_fragment', 10);
        }
        themify_content_end();
        // Hook
        ?>

			</div>
			<!-- /#content -->

			<?php 
        themify_content_after();
        ?>

		</div><!-- /#layout -->
	<?php 
    }