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”
users role in wordpress add/remove For role add use below function For role remove user below function
Here is the PHP script that will import your large CSV file data within seconds . Steps 1. Copy the below code and paste into your file and save your file with “.php” extension or you can download file directly from here. 2. Copy your csv file and paste into the same folder where your […]
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 […]