Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119568

Icde on "Woocommerce"

$
0
0

Hi guys,

I recently used this page template fix as explained in the Woocommerce docs :

<?php
/*
Template Name: Woocommerce
*/
?>
<?php get_header(); ?>

<div id="content_area" class="clearfix fullwidth">
	<div id="main_content" style="padding:20px;">
		<?php woocommerce_content(); ?>
	</div> <!-- end #main_content -->
</div> <!-- end #content_area -->

<?php get_footer(); ?>

You can see the full explanation here. If it helps someone out please let me know.


Viewing all articles
Browse latest Browse all 119568

Trending Articles