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 ReadingTag: Plugin development
How 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 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 Theme Development for Beginners
WordPress is a powerful tool that helps you create your blog, personal website or a corporate website easily. There are lots of free themes and plugins available to get started. While there are lots o...
Continue ReadingDisplay Custom Post Type Page Template from Plugin
As a custom WordPress plugin developer I have to create custom post types (CPT) for most of my projects. And most of those CPTs require their own theme layout to display in frontend. This can be done ...
Continue Reading