How to create wordpress theme woocommerce supportable

This code can help you to  make woocommerce supportable theme, or upgrade your existing theme with theme code your theme will be fully woocommerce supportable (1) Add following code in functions.php file (2)Create a folder “woocommerce” in your theme (3)Copy template file from “wp-content\plugins\woocommerce\templates” and paste into “wp-content\themes\your-theme-name\woocommerce”

Read More
 
 

WordPress Content Functions

These are the pre-define function defined in wordpress we just need to use it directly where we wanted. the most common functions we normally use is get title , get site url etc. So basically these are for beginners and you become expert while regular using this. there are comment with every function to explain […]

Read More