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: Web Development
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 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 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 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 ReadingDisplay Custom Post Types Specific to Two Custom Taxonomy in WordPress
Recently I have worked on a tour management website project where the client have purchased a tour theme and it required a few customizations. The theme has all the things related to tour management l...
Continue ReadingAn Introduction to WordPress Action Hooks & Filter Hooks
If you are using WordPress for your blog or starting with WordPress development, this article is going help you. As you already know WordPress is the most popular CMS platform in the world empowering ...
Continue ReadingWordPress Plugin Development Tutorial – Essential things to know
WordPress is known as the most popular CMS of the world and one of main reason behind that its wide range of usability and expand-ability. Here comes the plugins, because of the plugins we can make a ...
Continue ReadingDynamically add/remove Input Fields in WordPress Metabox using jQuery
There are many cases where you may want to add/remove duplicate input fields dynamically in WordPress metabox to enhance the usability of default posts or custom posts. Here in this article I will sho...
Continue Reading