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 ReadingCategory: WordPress
WordPress 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 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 ReadingWhat is WordPress Child Theme & How To Create One?
WordPress is a CMS which gives limitless customizations and flexibility to those who wants more control over it. Here I am going to discuss a great feature of WordPress out of many different great fea...
Continue ReadingHow to Create a New Custom Product Type in WooCommerce
In WooCommerce there you can choose from 4 default product types while adding a new product. But there are many cases where you want to add extra custom product type. If your requirement is similar to...
Continue ReadingEverything About WordPress Custom Post Type
WordPress is a platform which lets you create whatever you want from it. Creating custom post type is one of the main reason behind WordPress’s wide range of customization. In this tutorial I...
Continue Reading