Showing posts with label learn. Show all posts
Showing posts with label learn. Show all posts

Saturday, October 26, 2019

WooCommerce Tutorials From Scratch in Hindi



In this video, we will learn to install and setup #WooCommerce on #Wordpress and create an eCommerce site what are the #plugins: https://youtu.be/wkQ_3XLMcMQ List of all Plugin in Wordpress: https://wordpress.org/plugins/

Thursday, October 24, 2019

Sunday, October 20, 2019

Automatically Sending Welcome Email to new user or subscriber in WordPress | MailPoet3






In this video you will learn how automatically send welcome emails to new users or subscribers in WordPress using mailpoet3. The mails will be sent automatically as soon as the subscriber is added. #wordpress #mailpoet3 #welcomeemails

Saturday, October 19, 2019

Create A Blogging Website without Code from Scratch in 15 mins in Hindi



In this video, you will learn how to setup a blog without coding using WordPress hosting. Firstly, we will buy hosting using Godaddy then will set up WordPress and login into the dashboard and then set up the title of the site and set up the theme To learn Blogging check my video tutorial: https://www.youtube.com/watch?v=Poirc... #SetUp #Blogs #WithoutCoding

Saturday, September 21, 2019

Learn How to create a custom plugin in WordPress from Scratch



In this video Tutorials, we will learn how to create a custom plugin in WordPress.
Make the plugin visible in the plugin list.
We will set headers in WordPress and Deactive and active plugin.

Plugin headers:
https://developer.wordpress.org/plugins/plugin-basics/header-requirements/

plugin header code

CODE


/**
 * Plugin Name:       My Custom Plugin
 * Plugin URI:        https://example.com/plugins/the-basics/
 * Description:       My custom PLugin description. Handle the basics with this plugin.
 * Version:           1.00
 * Requires at least: 5.0
 * Requires PHP:      7.0
 * Author:            Sahil Gulati
 * Author URI:        https://facebook.com/sahilgulati007
 * License:           GPL v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:       my-custom-plugin
 */

Saturday, September 14, 2019

Sending Mail in WordPress from Localhost or Hosting with Your Email ID using WP mail SMTP





Sending Mail in WordPress from your Localhost or Hosting Provider with the Email ID you want to send it In Hindi
Using Wp Mail Smtp
In this tutorial, I have used Gmail id.
If you are looking to send email from for localhost
check out this video