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: examples/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ This directory contains examples demonstrating how to use various features of th
23
23
|[hybrid-sitemap-apollo](next/hybrid-sitemap-apollo)| Fetches and transforms WordPress sitemaps for clean URL formatting with Next.js. |
24
24
|[proxied-sitemap-apollo](next/proxied-sitemap-apollo)| Provides a proxied sitemap by transforming WordPress XML sitemaps for SEO-friendly frontend URLs.|
25
25
|[render-blocks-pages-router](next/render-blocks-pages-router)| Renders WordPress Blocks with JSX in Next.js, including utilities for hierarchical block data. |
26
+
|[wp-theme-rendered-blocks](next/wp-theme-rendered-blocks)| Demonstrates how to fetch and apply WordPress Global Styles in a Next.js project using the `globalStylesheet` GraphQL field. |
0 commit comments