Initial Configuration

Configure WordPress basics for WooNuxt

WooNuxt requires specific WordPress configuration to enable the GraphQL endpoint. This should only take a few minutes.

WPGraphQL requires pretty permalinks. Without this, your GraphQL endpoint at /graphql won't be accessible.

  1. Go to Settings > Permalinks in WordPress admin
  2. Select Post name structure
  3. 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:

Designed and Built by Scottyzen | © 2026 WooNuxt | All rights reserved