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: advance 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 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 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 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 Reading