You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/how-to/rendering-blocks-with-the-template-hierarchy/index.mdx
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,15 @@ This guide walks you through rendering native WordPress core blocks using the te
12
12
13
13
If you haven't already, follow the [Basic Setup](/docs/how-to/basic-setup/) to get Faust.js set up.
14
14
15
-
### 2\. Template Hierarchy Setup
16
-
17
-
Set up the [template hierarchy](/docs/how-to/template-hierarchy/) in Faust.js.
18
-
19
-
### 3\. WPGraphQL Content Blocks Plugin
15
+
### 2\. WPGraphQL Content Blocks Plugin
20
16
21
17
1\. Set up the [WPGraphQL Content Blocks plugin](https://github.com/wpengine/wp-graphql-content-blocks) on the WP backend. Head over to the [GitHub repo](https://github.com/wpengine/wp-graphql-content-blocks) and download the [latest version](https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip) of the `wp-graphql-content-blocks` plugin from the releases tab.
22
18
23
19
2\. Upload the plugins `.zip` file to your WordPress site via the plugins page or unzip and copy the file contents into your WordPress `wp-content/plugins` folder manually.
24
20
25
21
3\. Activate the plugin on the WordPress plugins page.
26
22
27
-
### 4. Render Blocks from the @faust/blocks package
23
+
### 3. Render Blocks from the @faust/blocks package
28
24
29
25
The `@faust/blocks` package contains a small reference list of blocks that you can use in your site. To use them, you need to import the relevant blocks into your block list:
0 commit comments