Import large DB in MySQL using command in MAMP

Sometimes using phpmyadmin, it’s kind of impossible to import DB from the import section. So below is the command to import large DB into MySQL. Step-1 Login to MySQL using following command /Applications/MAMP/Library/bin/mysql –host=localhost -uroot -proot Step-2 Select DB in which you want to import DB use DB_NAME; Step-3 Import DB SET autocommit=0 ; source

Import large DB in MySQL using command in MAMP Read More »

How to create a Custom Taxonomy | WordPress | Beginners Tutorial

I’ve made a video for this tutorial. Because that’s the easiest way to show how WordPress widgets work. And this is especially for beginners. So please watch the video carefully and I am sure you will definitely clear about WordPress Taxonomies. And if you like the video then subscribe my channel and share this with

How to create a Custom Taxonomy | WordPress | Beginners Tutorial Read More »

Make WordPress Development soooo easy using WP SCAFFOLD COMMAND | WordPress | WP-CLI | WordPress Development

Check out my new video premiering on 29th Jul 2020 at 10:00 AM IST to Make WordPress Development soooo easy using WP SCAFFOLD COMMAND. Enable reminder for the premiere so that you won’t miss the video. SUBSCRIBE THE CHANNEL NOW: https://lnkd.in/gs3i6Me    

Make WordPress Development soooo easy using WP SCAFFOLD COMMAND | WordPress | WP-CLI | WordPress Development Read More »

How To Create Custom Post Type In WordPress | Tutorial for Beginners

To create your custom post type, please follow these two steps. Step – 1 ( Open custom plugin’s any php file ) Open your plugin’s any php file which is related to your setting up data for the custom plugin. Step – 2 ( Add code ) Add below code to that file. https://gist.github.com/BhargavBhandari90/fc24d41a05298b1d800a4ed7930a2072  

How To Create Custom Post Type In WordPress | Tutorial for Beginners Read More »

Basic Usage of WP-CLI in your WordPress Development | WordPress | WP-CLI | WordPress Development

Check out my new video premiering on 23rd Jul 2020 at 12:15 PM IST for the basic usage of wp-cli in your daily WordPress development process. In this video, I showed only some of the commands which I use on a daily bases. Enable reminder for the premiere so that you won’t miss the video.

Basic Usage of WP-CLI in your WordPress Development | WordPress | WP-CLI | WordPress Development Read More »