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
 
 
 

Installing laravel on ubuntu step by step

Follow the following steps exactly to installing laravel on ubuntu operating system Basic Need : apache server installed php 5.8 and above internet connection Root permission for terminal // notice: in these steps i had use “brijesh” an an example for project name you can user your own porject name by replacing it with yours. Step1: First install composer user […]

Read More