Exemplo n.º 1
0
    /**
     * Markup to show after the main WooCommerce content
     *
     * @since  1.0.0.
     *
     * @return void
     */
    function quest_woocommerce_after_main_content()
    {
        // End content wrapper
        ?>
		</main><!-- #main -->
		</div><!-- #primary -->

		<?php 
        quest_try_sidebar(quest_get_view(), 'right');
        ?>

		</div><!-- .row -->
		</div><!-- .container -->
		</div>
		</div><!-- #content -->
	<?php 
    }
Exemplo n.º 2
0
							<?php 
    // If comments are open or we have at least one comment, load up the comment template
    if (comments_open() || get_comments_number()) {
        comments_template();
    }
    ?>

						<?php 
}
// end of the loop.
?>

					</main>
					<!-- #main -->
				</div>
				<!-- #primary -->

				<?php 
quest_try_sidebar($view, 'right');
?>

			</div>
			<!-- .row -->
		</div>
		<!-- .container -->
	</div>
	<!-- .quest-row -->
</div><!-- #content -->
<?php 
get_footer();