WordPress REST API With Python
In this post, we will use the power of the REST API with Python and will perform a crud operation. What we will do in… Read More »WordPress REST API With Python
In this post, we will use the power of the REST API with Python and will perform a crud operation. What we will do in… Read More »WordPress REST API With Python
In WordPress, to use default categories & tags for custom post types you’ve created you need to define it in the taxonomies parameter when you… Read More »How to Create Common Categories & Tags for Multiple Custom Post Types in WordPress?
WordPress VS Joomla which cms is best? this question raises in many people when they are a beginner. but wait!! let’s talk about cms before… Read More »WordPress VS Joomla – Which CMS Is Better
In this blog, I will explain to you how to create a single-page application for to-do lists using React js and WordPress REST API. Create… Read More »Create a Single Page Application With React js and WordPress REST API
Gutenberg block is the future of WordPress. This blog helps you in the development of a custom Gutenberg block from scratch. I am using ES6… Read More »How to Create Custom Gutenberg Block