예제 #1
0
    ?>

						<div class="portfolio-wrapper">

							<?php 
    while ($project_query->have_posts()) {
        $project_query->the_post();
        get_template_part('partials/content-portfolio-thumbs');
    }
    ?>

						</div><!-- .portfolio-wrapper -->

					<?php 
}
?>

					<?php 
wp_reset_query();
?>

					<?php 
checkout_page_navs($project_query);
?>

				</div><!-- #content .site-content -->
			</div><!-- #primary .content-area -->
		</div><!-- #main .site-main -->

<?php 
get_footer();
예제 #2
0
            the_post();
            get_template_part('partials/content-testimonial');
        }
        ?>
								</div>
							</section><!-- .testimonial-section -->

							<?php 
    } else {
        while (have_posts()) {
            the_post();
            // Load the default post template
            get_template_part('partials/content-standard');
        }
    }
    checkout_page_navs();
} else {
    // Load the empty post template
    get_template_part('partials/content-none');
}
?>
				</div><!-- #posts .posts -->

				</div><!-- #content .site-content -->
			</div><!-- #primary .content-area -->

			<!-- Get the post sidebar -->
			<?php 
get_template_part('partials/content-sidebar');
?>
		</div><!-- #main .site-main -->
예제 #3
0
								<?php 
        while ($download_query->have_posts()) {
            $download_query->the_post();
            get_template_part('partials/content-download-thumbs');
        }
        ?>

							</div><!-- .portfolio-wrapper -->

						<?php 
    }
    ?>

						<?php 
    wp_reset_query();
    ?>

						<?php 
    checkout_page_navs($download_query);
    ?>
					<?php 
}
// If EDD is activated
?>

				</div><!-- #content .site-content -->
			</div><!-- #primary .content-area -->
		</div><!-- #main .site-main -->

<?php 
get_footer();