Getting Started with WordPress Custom Fields
WordPress Custom Fields is one of its most powerful features. In combination with Custom Post Types, they can convert WordPress to a Custom Application Building Tool, not only a CMS.…
WordPress Custom Fields is one of its most powerful features. In combination with Custom Post Types, they can convert WordPress to a Custom Application Building Tool, not only a CMS.…
Sometimes you need to customize WordPress REST API to return fewer columns or to have a custom structure. Fortunately, it's easy to create Custom Endpoints to WordPress REST API. Use…
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…