Description
Headless WordPress plugin allows you to use your WordPress CMS as a Headless CMS. You can integrate any frontend environment developed in Angular, React, Vue.js, Flutter, etc using WordPress APIs or you can create your own Custom APIs.
Use Case
- Use WordPress only for managing the content and fetch the content using APIs in the frontend environment.
- Create customized API endpoints to fetch custom data in the mobile application or web clients via custom Endpoints.
Features
- Disable WordPress frontend
- Create unlimited custom API endpoints
- Fetch custom data using custom API endpoints
- Fetch data from any WP table
Type of Data which you can retrieve with Custom Endpoints :
- WP Users and User Meta
- WP Roles and Capabilities
- WP Posts, Pages and custom post types
- WP Options
- WP Taxonomy
- Woocommerce products
- Custom data , Custom posts, Custom parameters , Custom fields and many more
Installation
From your WordPress dashboard
- Visit
Plugins > Add New
- Search for
Headless WP
. Find and InstallHeadless WP
plugin by miniOrange - Activate the plugin
From WordPress.org
- Download
Headless WP
plugin - Unzip and upload the
headless-wp
directory to your/wp-content/plugins/
directory. - Activate Headless WP plugin from your Plugins page.
Once Activated
- Go to
Headless WP
menu - Click on
Headless Settings
tab - Enable the toggle
- Save the configuration and your frontend will be disabled.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Headless WordPress” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Headless WordPress” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
Compatibility with WordPress 5.9
1.0.1
Compatibility with WordPress 5.8
1.0.0
- Initial version