Track Awesome Wordpress Gatsby Updates Weekly
An awesome list of resources about WordPress as a headless CMS with Gatsby
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 henrikwirth/awesome-wordpress-gatsby · ⭐ 247 · 🏷️ Front-End Development
Apr 26 - May 02, 2021
Paid Tutorials / Courses / Other helpful Plugins
- 2021.01: Building a Headless WordPress Site with Gatsby - This course is a step-by-step walk through using gatsby-source-wordpress plugin to create a fully functional headless Gatsby WordPress site with posts, pages, categories, tags, post navigation and other features.
Mar 01 - Mar 07, 2021
Articles and Talks
- 2020.11: Announcing WPGraphQL v1.0
- 2019.06: Modern Web Development on the JAMstack - A report from Netlify about Modern Web Development on the JAMStack, published by O'REILLY.
WordPress / Essential Plugins
- WPGatsby - This plugin configures your WordPress site to be an optimized source for Gatsby.
WordPress / WPGraphQL Extensions
- WPGraphQL Cors (⭐80) - This FREE plugin from @kidunot89 and @byfunkhaus claims to enable authentication with WPGraphQL to “just work” by allowing you to set CORS headers that GraphQL will accept, which means WordPress default auth cookies can be accepted.
- Total Counts for WPGraphQL (⭐12) - This FREE plugin from @builtbycactus exposes total counts to connections in the WPGraphQL Schema.
- WPGraphQL Meta (⭐18) - This FREE plugin from @robertorourke exposes meta registered via the WordPress register_meta API to WPGraphQL.
- WPGraphQL Meta Query (⭐40) - Adds Meta_Query support to the WPGraphQL Plugin for postObject query args.
- WPGraphQL Persisted Queries (⭐18) - This FREE plugin from @qz adds the ability to use Persisted Queries with WPGraphQL.
- WPGraphQL Offset Pagination (⭐13) - This FREE plugin from @enshrined adds basic offset pagination as opposed to the standard Cursor based pagination that ships with WPGraphQL.
- WPGraphQL Send Email (⭐18) - This FREE plugin from @Ash_Hitchcock allows you to send emails via a simple mutation. Includes the abilitty to restrict sending to trusted origins.
- WPGraphQL Content Blocks (⭐72) - This FREE plugin from the folks at QZ.com exposes a way to query HTML content from WordPress Posts and Pages as “Blocks” (not related to Gutenberg) to bring more structure to your queried content.
- WPGraphQL Enable All Post Types (DalkMania) (⭐7) - This FREE plugin from @DalkMania automatically adds ALL registered post types to the WPGraphQL Schema.
- WPGraphQL Enable All Post Types (TylerBarnes) (⭐4) - This FREE plugin from @tylbar automatically adds ALL registered post types to the WPGraphQL Schema.
- WPGraphQL Google Schema (⭐4) - This FREE plugin from @izzygld261 adds Google Schema support to WPGraphQL.
- WPGraphQL Gutenberg ACF (⭐52) - Exposes ACF blocks through GraphQL
- WPGraphQL MB (MetaBox) (⭐7) - This FREE plugin from @DalkMania adds all registered metaboxes using metabox.io to the WPGraphQL Schema.
- WPGraphQL MetaBox Relationships (⭐6) - This FREE plugin from @hsimah adds support for the metabox.io Relationships field to WPGraphQL (when also using his wp-graphql-metabox plugin).
- WPGraphQL Polls (⭐3) - This FREE plugin from @andrenosouza allows you to interact with data from the WP-Polls plugin via GraphQL Queries and Mutations.
- WPGraphQL Polylang Extension (⭐97) - Extends WPGraphQL schema with language data from the Polylang plugin.
- WPGraphQL Tax Query (⭐33) - Adds Tax_Query support to the WPGraphQL Plugin for postObject query args (WP_Query).
- WPGraphQL WPML (⭐38) - This FREE plugin from @rburgst extends the WPGraphQL schema with language data from the WPML plugin. In addition it turns off WPML default filters in order to be able to iterate over all posts regardless of language.
- WPGraphQL for Advanced Custom Fields (⭐537) - Exposes Advanced Custom Fields to the WPGraphQL Schema.
- WPGraphQL for BuddyPress (⭐31) - This FREE plugin from @RenatoNascAlves exposes BuddyPress data to WPGraphQL.
- WPGraphQL for Carbon Fields (⭐16) - This FREE plugin from @matepaiva exposes fields registered using Carbon Fields to the WPGraphQL Schema.
- WPGraphQL for Custom Post Type UI (⭐77) - This FREE plugin adds settings to Custom Post Type UI allowing you to set which Post Types and Taxonomies registered by CPTUI should display in the WPGraphQL Schema.
- WPGraphQL for FacetWP (⭐29) - This FREE plugin from @hsimah exposes filters on WPGraphQL queries to allow for faceted search with FacetWP.
- WPGraphQL for Gravity Forms (⭐132) - This FREE plugin from @KellenMace of @harness_up exposes @gravityforms data to WPGraphQL, allowing you to query for forms, fields, entries, and more.
- WPGraphQL for Metabox (⭐25) - This FREE plugin from @hsimah exposes fields registered using the popular http://MetaBox.io to the WPGraphQL Schema.
- WPGraphQL for Ninja Forms (⭐6) - This free plugin exposes forms created by the Ninja Forms plugin to the WPGraphQL Schema and allows for the forms to be submitted via GraphQL Mutations.
- WPGraphQL for Posts 2 Posts (⭐5) - This FREE plugin from @KellenMace of @harness_up automatically creates GraphQL connections for all of your Posts 2 Posts connections.
- WPGraphQL for SEOPress (⭐194) - This FREE plugin from @moon_meister exposes data managed by SEOPress to the WPGraphQL Schema, allowing for SEO data to be used in your headless applications.
- WPGraphQL for WooCommerce (⭐530) - This FREE plugin exposes WooCommerce data to WPGraphQL allowing you to interact with your store’s data via GraphQL Queries and mutations.
WordPress / Other helpful Plugins
- Headless Mode - Headless mode sets up a redirect for all users trying to access the site. The only requests that are granted admission are ones that are either trying to access the REST API, the WP GraphQL API, or any logged-in user looking to access the headless install to edit or create posts.
- WP JAMstack Deployments (⭐254) - WordPress plugin for JAMstack deployments on Netlify (and other platforms).
Written Tutorials / Other helpful Plugins
- 2018.08: Headless WordPress + Gatsby + Netlify continuous deployment - Guide showing how to create a WordPress + Gatsby + Netlify setup in a few simple steps.
Video Tutorials / Other helpful Plugins
- 2019.11: 25+ Videos - Gatsby + WordPress (2019) Complete Course - The series focuses on how we can use WordPress as a headless CMS with a GraphQL schema to interface with. After setting up our WordPress site and theme, we'll move onto Gatsby and how we can use our new schema to generate content for our Gatsby site, programmatically generating pages, converting Gutenberg blocks to React components and finishing off the chapter with a focus on SEO in Gatsby.
Starters / Other helpful Plugins
- Gatsby Starter - WordPress Twenty Twenty (⭐142) - A port of the WordPress Twenty Twenty theme to Gatsby using the new gatsby-source-wordpress@v4.
- Gatsby Starter Blog (⭐7) - Blog starter with enough features to be production ready out of the box.
Apr 13 - Apr 19, 2020
WordPress / WPGraphQL Extensions
- WPGraphQl Yoast SEO Plugin (⭐194) - Exposes Yoast SEO data to the WPGraphQL Plugin.
Dec 30 - Jan 05, 2019
Starters / Other helpful Plugins
- Gatsby WordPress Starter Advanced (⭐63) - An advanced Gatsby + WordPress starter, that is built along a tutorial series and works with ACF flexible content fields to create content blocks/layouts.
Dec 16 - Dec 22, 2019
WordPress / Other helpful Plugins
Dec 02 - Dec 08, 2019
Written Tutorials / Other helpful Plugins
- 2019.11: Guide to Gatsby WordPress Starter Advanced with Previews, i18n and more - A tutorial series starting with the basic setup of WordPress and Gatsby with WPGraphQL and then dives into more advanced subjects like deployments, previews, i18n and a page-builder like setup with ACF flexible cotent fields.
Video Tutorials / Other helpful Plugins
- 2019.07: Crash Course: Headless WordPress with WPGraphQL, ACF, and React - In this video, Alex Young (WPCasts) goes over how to get a simple headless WordPress setup with WPGraphQL and React.
Nov 25 - Dec 01, 2019
WordPress / Essential Plugins
- WPGraphQL (⭐3.3k) - Documentation - WPGraphQL brings the power of GraphQL to your WordPress site.
WordPress / WPGraphQL Extensions
- WPGraphQL Gutenberg (⭐260) - Exposes Gutenberg blocks to the WPGraphQL API.
- WPGraphQL JWT Authentication (⭐261) - Extends the WPGraphQL plugin to provide authentication using JWT (JSON Web Tokens).
- WPGraphQL Lock (⭐21) - Enables query locking for WPGraphQL by implementing persisted GraphQL queries.
- QL Search (⭐11) - An extension that integrates SearchWP into WPGraphQL.
Oct 28 - Nov 03, 2019
Written Tutorials / Other helpful Plugins
- 2019.08: Live Previews with WordPress and Gatsby - Tutorial showing how to use the theme’s higher order component to facilitate previews for WordPress posts and custom post types.
- 2019.08: Gatsby with WPGraphQL, ACF and Gatbsy-Image - A guide, that shows how to implement gatsby-image, so it can be used for WordPress media files.
Video Tutorials / Other helpful Plugins
- 2019.07: Gatsby + WordPress with WPGraphQL (with Jason Bahl) — Learn With Jason - In this stream, Jason Bahl teaches how to use WordPress with Advanced Custom Fields and WPGraphQL to create an powerful, flexible admin dashboard, then query and display that data in a Gatsby site.
- 2019.06: Using WordPress with WPGraphQL - In this video you will learn how to use GraphQL with WordPress using an awesome plugin named WPGraphQL and some extra cool stuff like GraphQL + Advanced Custom Fields.
- 2019.04: WPGraphQL for ACF - Jason Bahl shows how to use WPGraphQL for Advanced Custom Fields.
- 2018.07: GraphQL with WordPress and Gutenberg - Jason Bahl - 2018 JavaScript for WordPress Conference - In this talk from the 2018 JavaScript for WordPress Conference, the Developer of the WP GraphQL Plugin, Jason Bahl, gives updated examples of how you can use GraphQL with WordPress and Gutenberg.
Starters / Other helpful Plugins
- Gatsby + WPGraphQL Blog Example (⭐151) - Demo showing how to use WPGraphQL as the source for Gatsby Sites.
- Gatsby + Headless WordPress + Netlify Starter (⭐213) - A Gatsby + WordPress starter for continuous deployment to Netlify.
Themes / Other helpful Plugins
- Twenty Nineteen Gatsby Theme (⭐73) - A port of the Twenty Nineteen WordPress Theme over to Gatsby.
- Gatsby WordPress Publisher Theme (⭐32) - The Gatsby Publisher Theme allows you to create a headless (or decoupled) WordPress site. This theme will display all of your pages and posts in a static front-end built on React and Gatsby.
Oct 14 - Oct 20, 2019
Communities
Aug 19 - Aug 25, 2019
Communities
Gatsby Plugins / Other helpful Plugins