Theme compatibility?
-
I’m trying to add woocommerce to this theme here.
https://themeforest.net/item/expression-photography-responsive-wordpress-theme/2855595
However, tested a product page but it still linked to the home page of my original theme.
https://docs.woothemes.com/document/third-party-custom-theme-compatibility/
I followed the “Using woocommerce_content()” method. I created a new php file and replaced the loop and it still doesn’t work. I wanted to know if Woocommerce or anyone else has tested this theme. Thanks.
<?php /** * Default page template - all the pages by default use this template unless another page template has been assigned. */ get_header(); <?php woocommerce_content(); ?> //include the after content template locate_template( array( 'includes/html-after-content.php'), true, true ); get_footer(); ?>
This is the woocommerce.php code.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Theme compatibility?’ is closed to new replies.