echo do_shortcode('[get_decorative_process]');
?>
echo do_shortcode('[get_case_studies type="decorative"]'); ?>
echo do_shortcode('[get_floor_process]'); ?>
echo do_shortcode('[industries_by_category]'); ?>
// Page does not have a sub-category of the specified primary categories
while ( have_posts() ) {
the_post();
get_template_part( 'template-parts/content', 'page' );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) {
//comments_template();
}
} // End of the loop.
?>