For any kind of application, a login system helps to provide security & tailor made experience to the user and if you can provide an easier way to create an account and login into your system, the...
Continue ReadingBlog
How to Implement Email Authentication in React Native using Firebase
Login system is an essential part of any application to provide security & customize experience to the user. In this tutorial, we are going to implement it in our react native app by using Firebas...
Continue ReadingHow To Add Page Template From Plugin in WordPress
The ability to assign different page templates to pages is a great feature WordPress has. But if you are a plugin developer and you don’t have access to the theme then it is difficult to add a p...
Continue ReadingWordPress REST API Tutorial: Add New Custom API Field
Complete WordPress REST API tutorial series link. WordPress REST API Tutorial: Create Posts Using WP REST API WordPress REST API Tutorial: Fetch Blog Posts by WP REST API WordPress REST API Tutorial: ...
Continue ReadingHow To Add or Update WordPress Plugin SVN Repository with CLI
With lots of dedication & hard work you have created a WP plugin, submitted for review and your plugin got approved by WP plugin directory team. Now you have the SVN repository URL for your plugin...
Continue ReadingWordPress REST API Tutorial: Fetch Blog Posts by WP REST API
Previously you have learned how to create a post from frontend using WP REST API. In this tutorial, you'll learn to fetch posts data using WP REST API. By implementing this, we can create decoupled ...
Continue ReadingGutenberg Block Development Tutorial: Create Rich Text Block
Gutenberg is coming to WordPress 5.0, so it is a good time to get some new skill to start the development with Gutenberg. In this tutorial, you'll learn to create rich text block in Gutenberg.
Continue ReadingGetting Started With Gutenberg Block Development Tutorial
I want to clear one thing, to develop Gutenberg custom blocks you don't need much knowledge of PHP. Knowledge of JavaScript is required especially ES6 standards, React JS & Node environments is requir...
Continue ReadingMailChimp API Integration Tutorial in PHP
MailChimp is an email marketing platform which is very popular and widely accepted from small businesses to enterprises. Here in this tutorial, I am going to show you how to do MailChimp API integrati...
Continue ReadingWordPress REST API Tutorial: Create Posts Using WP REST API
WordPress included REST API as an inbuilt feature of it since version 4.7 and from then it is one of the most exciting and revolutionary features of WP. With REST API we can extend WordPress to whatev...
Continue Reading