예제 #1
0
    /**
     * Markup to show before the main WooCommerce content.
     *
     * @since  1.0.0.
     *
     * @return void
     */
    function quest_woocommerce_before_main_content()
    {
        // Begin content wrapper
        ?>
		<div  id="content">
		<?php 
        quest_title_bar(quest_get_view());
        ?>
		<div class="quest-row site-content">
		<div class="<?php 
        echo apply_filters('quest_content_container_cls', 'container');
        ?>
">
		<div class="row">

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

		<div id="primary" class="content-area <?php 
        quest_main_cls();
        ?>
">
		<main id="main" class="site-main" role="main">
	<?php 
    }
예제 #2
0
파일: page.php 프로젝트: un1coin/ovn-space
<div id="content">
	<?php 
quest_title_bar($view);
?>

	<div class="quest-row site-content">
		<div class="container">
			<div class="row">

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

				<div id="primary" class="content-area single <?php 
quest_main_cls();
?>
">
					<main id="main" class="site-main" role="main">

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

							<?php 
    get_template_part('content', 'page');
    ?>

							<?php 
    // If comments are open or we have at least one comment, load up the comment template