Beschrijving
In conjunction with Faust.js, FaustWP enables a decoupled front-end to authenticate with WordPress through GraphQL mutations and REST API endpoints. It is the connective glue between a Faust.js-powered front-end app, and a WordPress backend.
The plugin also provides useful options for headless sites, such as the ability to:
- Hide “theme” admin pages.
- Redirect public route requests to the front-end application.
- Rewrite WordPress URLs to front-end URLs in queried content.
Installatie
- Search for the plugin in WordPress under “Plugins -> Add New”.
- Click the “Install Now” button, followed by “Activate”.
That’s it! For more information on getting started with headless WordPress, see Getting Started with Faust.js.
Bijdragers & ontwikkelaars
“FaustWP” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “FaustWP” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
0.7.9
Patch Changes
- 4ab6cdf: Fix menu paths when activated within a multisite using subdirectories.
- ccb7ff3: Fix page preview links
- bb59263: The plugin’s default settings are now working when activated within a multisite installation.
- 6c04567: Fixes a conflict between public route redirects and the full site editor
- d12f938: Updates an icon on the settings page
0.7.8
Patch Changes
- 8942b83: Adds warning when known incompatible plugins are active.
- 6d3f5de: Fix conflict with PublishPress that caused preview links to fail
0.7.7
Patch Changes
- 6a75593: Fixes a PHP 8 warning that occured on post types not registered with WP GraphQL #812