Ejemplo n.º 1
0
/**
 * Replacing the default WooCommerce wrapper
 * @since 1.1.0
 */
function highwind_woocommerce_content_wrapper()
{
    ?>
		<?php 
    highwind_content_before();
    ?>

		<section class="content" role="main">

			<?php 
    highwind_content_top();
    ?>
	<?php 
}
Ejemplo n.º 2
0
<?php 
if (!defined('ABSPATH')) {
    exit;
}
// Exit if accessed directly
get_header();
?>

<?php 
highwind_content_before();
?>

<section class="content" role="main">

	<?php 
highwind_content_top();
?>

	<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>

		<article id="post-<?php 
        the_ID();
        ?>
" <?php 
        post_class();
        ?>
>