Current File : /home/pacjaorg/wpt.pacja.org/copwordpres/wp-content/themes/fasterly/woocommerce.php |
<?php
/**
* The template for displaying all single posts.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package Fasterly
*/
get_header();
?>
<section id="product" class="fs-py-default">
<div class="container">
<div class="row">
<div id="fasterly-pdata" class="col-lg-8 col-md-8 wow fadeInUp">
<?php woocommerce_content(); ?>
</div>
<?php get_sidebar('woocommerce'); ?>
</div>
</div>
</section>
<?php get_footer(); ?>