Saturday, 28 October 2017

Wordpress woocommerce development tutorial

in this post we are going to learn the steps to develop the theme which is supporting the woocommerce plugin and precedure to make the theme development

First make the theme woocommerce compatible using add_theme_support ( 'post-thumbnails' );

Second make a woocommerce.php file inside your theme folder

then paste the content od page.php file and findout the portion from if(have_posts()) to endif; and replace with

Then go to your theme folder and make a folder by the name woocommerce

get all the template

Now go to your plugin directory and open the folder woocommerce and then open the folder templates now copy that and open your theme folder and open the created woocommerce folder and paste the files and folders you have coppied from the woocommerce plugin.

Now edit the templates and you have done

Thanks for reading

No comments:

Post a Comment

How to install WordPress

A step by step tutorial on how to install WordPress. You can read from my site by clicking here Step 1 keep the file within    ...