gridsome-starter-wordpress
gridsome-starter-wordpress copied to clipboard
👩💻 WordPress starter for Gridsome
Hello, I want to thank you in advance for this gridsome, and I want to use it a lot because I think it is very good to manage graphQl. but...
When I'm running "gridsome explore" or "gridsome develop" commands, I get this error: ``` $ gridsome explore Gridsome v0.6.6 Initializing plugins... Initialize - 1.81s Loading data from Error: ECONNREFUSED -...
I'm working on a site that uses JWT authentication for all third-party API calls. Is there documentation on how to create a request to a custom endpoint generated by a...
`Gridsome v0.5.7 Initialize - 0.13s Request failed with status code 401: https://dividends-o-matic.net/cms/wp-json/wp/v2/feedback?per_page=100 Load sources - 2.94s Create GraphQL schema - 0.1s No content type was found for src/templates/WordPressPostTag.vue No content...
Hello, does it support custom post types? I am running a job site and my custom post type name is 'jobs' can i fetch such custom post type data using...
I am trying to fetch data from wordpress site, located on [subdomain](https://woo.islamibakaev.ru/) of my personal site. I have created `.env` file in the root directory of project, inside which i...
Error: Cannot query field "sourceUrl" on type "WordPressAttachment". GraphQL request (36:7) 35: featuredMedia { 36: sourceUrl ^ 37: altText NB : i run my WP on local with mamp Can...
Is there a way to access the Queried Categories for a post so I can include the category slug in the Post path? Something like this `/:category/:slug`
First time using Gridsome.. Tried with both WordPress starters. This one and other bootstrap.. Same error on both. What i'm doing wrong? ``` ERROR Failed to compile with 2 errors...
routes: { page: ':link', post: '/media/:year/:month/:slug', //adds route for "post" post type (Optional) post_tag: '/tag/:slug' // adds route for "post_tag" post type (Optional) } Doesn't work. routes: { page: ':link_raw',...