File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
1 . Install and activate the following plugins, in your WordPress plugin directory:
8
8
9
- - [ woocommerce] ( https://wordpress.org/plugins/woocommerce ) Ecommerce for Wordpress.
10
- - [ wp-graphql] ( https://github.com/wp-graphql/wp-graphql ) Exposes graphql for WordPress.
11
- - [ wp-graphiql] ( https://github.com/wp-graphql/wp-graphiql ) Provides GraphiQL IDE (playground) to the WP-Admin.
12
- - [ wp-graphql-woocommerce] ( https://github.com/wp-graphql/wp-graphql-woocommerce ) Adds Woocommerce functionality to a WPGraphQL schema.
13
- - [ algolia-woo-indexer] ( https://github.com/w3bdesign/algolia-woo-indexer ) Sends WooCommerce products to Algolia.
9
+ - [ woocommerce] ( https://wordpress.org/plugins/woocommerce ) Ecommerce for WordPress.
10
+ - [ wp-graphql] ( https://github.com/wp-graphql/wp-graphql ) Exposes GraphQL for WordPress.
11
+ - [ wp-graphql-woocommerce] ( https://github.com/wp-graphql/wp-graphql-woocommerce ) Adds WooCommerce functionality to a WPGraphQL schema.
12
+ - [ algolia-woo-indexer] ( https://github.com/w3bdesign/algolia-woo-indexer ) Sends WooCommerce products to Algolia. Required for search to work.
13
+
14
+ Optional plugins:
15
+
14
16
- [ headless-wordpress] ( https://github.com/w3bdesign/headless-wp ) Disables the frontend so only the backend is accessible. (optional)
17
+ - [ wp-graphiql] ( https://github.com/wp-graphql/wp-graphiql ) Provides GraphiQL IDE (playground) to the WP-Admin. (optional)
18
+
15
19
16
20
2 . For debugging and testing, install either:
17
21
You can’t perform that action at this time.
0 commit comments