Current Path : /home/theafprt/conviviality360.com/wp-content/themes/alexandria/ |
Current File : /home/theafprt/conviviality360.com/wp-content/themes/alexandria/woocommerce.php |
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package alexandria */ get_header(); ?> <div id="primary" class="full-page-content-area"> <div id="content" class="site-content" role="main"> <?php woocommerce_content(); ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>