Popis
In conjunction with the Faust.js™ NPM packages, the Faust.js™ WordPress plugin enables a decoupled front-end to authenticate with WordPress through GraphQL mutations and REST API endpoints. It is the bridge between a Faust.js™ powered front-end application, 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.
Obrázky
Inštalácia
- 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.
Časté otázky
-
If I need more support, where should I ask questions?
-
Use one of the channels below to contact the Faust.js team for support.
GitHub – Faust.js GitHub documentation and codebase.
Discord – Interactive chat support on Discord. -
Where can I find more information about development and future features for this plugin?
-
Great question! The development team posts weekly summaries of sprints related to Faust.js, here.
-
Why the name “Faust.js”?
-
Johann Faust was a German printer and was instrumental in the invention of the printing press, along with his partner Johann Gutenberg. In the same way the printing press democratized the spread of information, the mission of Faust.js is to support and further the vision of WordPress to democratize publishing on the web.
Recenzie
Prispievatelia a vývojári
“Faust.js” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.
PrispievateliaPreložiť „Faust.js“ do vašho jazyka.
Máte záujem o vývoj?
Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.
Zoznam zmien
1.8.0
Minor Changes
-
aedd100: chore: Updated FaustWP to create a preview link for all draft post types.
Removed actions
rest_prepare_post
andrest_prepare_page
from the callback functions.
Added a new action forrest_api_init
to addrest_prepare_{$post_type}
action for all publicably queryable post types including custom post types.
1.7.5
Patch Changes
- 413fe9a: Added tested up to WordPress 6.7.2 for the FaustWP plugin.
1.7.4
Patch Changes
- 3bf8104: Added author for FaustWP plugin.