Custom theme woo commerce compatibility
-
Hi,
I’m not at all code savvy, and I’m just looking for a bit of help to get my woo commerce store up and running. I’m using a basic wordpress theme which doesn’t have proper woo commerce compatibility.
I’m basically just looking for a bit of guidance as to what I can put into the code below to have it fit to the margins of my site properly. i.e match the ‘Tim Adams’ and Menu margin, and header height.
I’ve added a woocommerce.php into the file structure with the following code…
<?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 kouki
*/get_header(); ?>
<main id=”main” class=”site-main”>
<?php woocommerce_content(); ?>
</main><!– #main –>
<?php get_footer(); ?>
The topic ‘Custom theme woo commerce compatibility’ is closed to new replies.