Ejemplo n.º 1
0
<?php

// custom template for tags
get_header();
?>
<div id="content">
	<?php 
if (class_exists('MarketPress')) {
    ?>
			<h1 class="post-title"><?php 
    _e('Items in tag', 'framemarket');
    ?>
</h1>
			<?php 
    echo mp_products_filter();
    ?>
			<div id="mp-product-grid">
				<?php 
    framemarket_grid_mp_list_products();
    ?>
			<div class="clear"></div>
			</div>
		<?php 
}
?>
</div>
	<?php 
get_sidebar();
get_footer();
Ejemplo n.º 2
0
							<div class="clear"></div>
						</div>
				<?php 
        }
        ?>
	<?php 
    } else {
        ?>
		<h1 class="post-title"><?php 
        _e('Our products', 'framemarket');
        ?>
</h1>
			<div id="mp-product-grid">
				<?php 
        $page = isset($_REQUEST['page']) ? $_REQUEST['page'] : 1;
        framemarket_grid_mp_list_products(true, null, $page);
        ?>
				<div class="clear"></div>
			</div>
		<?php 
    }
} else {
    get_template_part('content');
}
?>
	<?php 
if ($bp_existed == 'true') {
    ?>
	<?php 
    do_action('bp_after_blog_home');
    ?>