9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
get_header();
|
|
?>
|
|
<main class="shop-content">
|
|
<?php woocommerce_content(); ?>
|
|
</main>
|
|
<?php
|
|
get_footer();
|