/** * Replacing the default WooCommerce wrapper * @since 1.1.0 */ function highwind_woocommerce_content_wrapper_end() { ?> <?php highwind_content_bottom(); ?> </section><!-- /.content --> <?php highwind_content_after(); ?> <?php }
<?php get_template_part('content', get_post_format()); ?> <?php highwind_entry_bottom(); ?> </article><!-- #post-<?php the_ID(); ?> --> <?php } } // end of the loop. ?> <?php highwind_content_bottom(); ?> </section><!-- /.content --> <?php highwind_content_after(); ?> <?php get_footer();