File "single-service.php"

Full Path: /home/fineflavourcocoa/public_html/wp-content/themes/grd/woocommerce/myaccount/single-service.php
File size: 476 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The Template for displaying all single posts.
 *
 * @package Grd
 */

get_header(); ?>

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

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

			<?php get_template_part( 'parts/content', 'single' ); ?>

		<?php endwhile; // end of the loop. ?>

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

<?php get_sidebar(); ?>
<?php get_footer(); ?>