How To Use WordPress REST API
To create an attractive User Interface, you have to use Javascript. WordPress REST API is a powerful tool to retrieve data from the database (or modify them) in the front-end…
To create an attractive User Interface, you have to use Javascript. WordPress REST API is a powerful tool to retrieve data from the database (or modify them) in the front-end…
WordPress makes queries to the database depending on the current URL. When you have to create a custom database query, do not query the database directly. WordPress offers a robust…
"Custom Post Type" is one of the most powerful WordPress features. By default WordPress supports two post types: post and page. There are many plugins for creating (and managing) custom…
Almost every WordPress theme these days offers users a responsive web design and obviously a mobile menu. But if you are a WordPress developer, you should know how to make…
When you create a WordPress Theme or a Plugin, you can write plain Javascript and CSS the old way. But the industry standard today is to use a “build tool”, which creates a single…