Example #1
0
function jbst_open_content_wrappers()
{
    ?>
			<div id="content" role="main" class="<?php 
    echo apply_filters('jbst_posttype_classes', jbst_posttype_set_classes());
    ?>
 <?php 
    echo apply_filters('jbstmaingridclass', jbst_content_span());
    ?>
">
				
	<?php 
}
Example #2
0
    function jbst_open_jigoshop_content_wrappers()
    {
        ?>
			<div id="primary" class="site-content <?php 
        echo apply_filters('jbstmaingridclass', jbst_content_span());
        ?>
">
				<div id="content" role="main">
	<?php 
    }
function jbst_buddypress_top_content_wrapper()
{
    ?>
	<div id="content" role="main" class="site-content <?php 
    echo apply_filters('jbstmaingridclass', jbst_content_span());
    ?>
">
<?php 
}