Initial Configuration
Configure WordPress basics for WooNuxt
WooNuxt requires specific WordPress configuration to enable the GraphQL endpoint. This should only take a few minutes.
Configure Permalinks
⚠
WPGraphQL requires pretty permalinks. Without this, your GraphQL endpoint at /graphql won't be accessible.
- Go to Settings > Permalinks in WordPress admin
- Select Post name structure
- Click Save Changes
This changes URLs from ?p=123 to /sample-post/ and enables the /graphql endpoint.
Verify Requirements
Ensure you have:
- WordPress 6.8.3+ - Check Dashboard > Updates
- WooCommerce 10.3.5+ - Check Plugins page
- At least one published product - For testing the connection
That's it for WordPress configuration! The rest is handled by the WooNuxt Settings plugin.
What's Next
Now install the required plugins:
📄
Install Plugins