I'm very dissapointed to see so less views on this video. I've been looking up videos on this topic and this is the easiest & clearest one I've found. Please keep making such videos
Hello, I try to install the minute 17 in wordpress but it was not possible, it comes out error ERROR Failed to compile with error in ./src/templates/WordPressPost.vue?vue&type=custom&index=0&blockType=page-query Module build failed (from ./node_modules/gridsome/lib/plugins/vue-components/lib/loaders/page-query.js): Error: Cannot query field "mediaDetails" on type "WordPressAttachment". Did you mean "mediaType"?
Never mind i already found the problem. the problem is when the blogpost don't have a category and tag, this code still executes at the wordpresspost.vue $page.wordPressPost.categories.length
Nice video, thanks. It seems great if you are doing this for your personal website, but I don't see how it can benefit clients. For instance, how do they publish blog posts if the WordPress is on your local server? Obviously you can host it, but I thought the whole point in using a static site is because you can serve them directly from the Edge CDN. This totally removes hosting fees. Also all these static site generators make claims about speed. They say WordPress is slow because it's dynamic, but any advanced WordPress user uses caching so the pages are static. It isn't a true comparison in reality. Plus I've run countless static site pages through Web Page Test and PageSpeed Insights and they're no faster than my WordPress sites on shared hosting!
I have a very important question guys who can help me that whenever i closing the Vs code and Open again, the localhost:8080 is not working anymore! how can i fix that?
Don't use the VSCode embedded terminal to run your test server, open a standalone terminal and run it there. When you close VSCode, the embedded terminal closes too, and any process running inside it is killed.
Thanks man, this is what i've been looking for つ(●з●)つ Definitely waiting for more wordpress + Gridsome tutorials . But I think we can't implement the wordpress search for posts or submit the comments for a static page... what do you think
Hey man! I'm glad that you enjoy the video :-) About the comments using the Wordpress API check this: developer.wordpress.org/rest-api/reference/comments/#example-request And about the search check this plugin: wordpress.org/plugins/rest-api-multiple-post-types/ Let me know how this is going. Thanks man!
@@Sweetdev Thank you man for your help, again this video is that what i've been looking for I plan to test the commenting section and see if it is work for real time adding comments Cheers ฅ(*з*)ฅ
I'm very dissapointed to see so less views on this video. I've been looking up videos on this topic and this is the easiest & clearest one I've found. Please keep making such videos
I amazed what a elegant way we can touch the guts of WordPress
:-D You so right!
Great post ! So clear and slow paced. Thanks for explaining and keep sharing more good stuff.
Glad you enjoyed it! I will keep sharing with a pleasure 😊
Great! Please make more video's. For example how to deal with ACF!
ACF have an option to store everything in JSON data. Just use it to grab the data ;) www.advancedcustomfields.com/resources/local-json/
Hello, I try to install the minute 17 in wordpress but it was not possible, it comes out error
ERROR Failed to compile with
error in ./src/templates/WordPressPost.vue?vue&type=custom&index=0&blockType=page-query
Module build failed (from ./node_modules/gridsome/lib/plugins/vue-components/lib/loaders/page-query.js):
Error: Cannot query field "mediaDetails" on type "WordPressAttachment". Did you mean "mediaType"?
Thank you very much. I have one question, how can dispaly data post category wise ?
Super helpful, thank you!
Glad it was helpful for you Jason!
the blog post after clicking read more is not showing, what could be the problem? it just shows a blank white page
Never mind i already found the problem. the problem is when the blogpost don't have a category and tag, this code still executes at the wordpresspost.vue $page.wordPressPost.categories.length
Thank you man! useful information
Nice tutorial! What OS are you using? Seems like Ubuntu with a custom theme
Nice video, thanks. It seems great if you are doing this for your personal website, but I don't see how it can benefit clients. For instance, how do they publish blog posts if the WordPress is on your local server?
Obviously you can host it, but I thought the whole point in using a static site is because you can serve them directly from the Edge CDN. This totally removes hosting fees.
Also all these static site generators make claims about speed. They say WordPress is slow because it's dynamic, but any advanced WordPress user uses caching so the pages are static. It isn't a true comparison in reality. Plus I've run countless static site pages through Web Page Test and PageSpeed Insights and they're no faster than my WordPress sites on shared hosting!
Think you’re missing the point a fair bit
What desktop env are you using is quite nice looking ?
he is using ubuntu.
@@Albertxu2008 As an OS maybe, but Ubuntu is not a desktop environment :)
I have a very important question guys who can help me that whenever i closing the Vs code and Open again, the localhost:8080 is not working anymore! how can i fix that?
Don't use the VSCode embedded terminal to run your test server, open a standalone terminal and run it there. When you close VSCode, the embedded terminal closes too, and any process running inside it is killed.
@@andresconrado Thanks alot Andy❤
Thanks man, this is what i've been looking for
つ(●з●)つ
Definitely waiting for more wordpress + Gridsome tutorials .
But I think we can't implement the wordpress search for posts or submit the comments for a static page... what do you think
Moaaaar Gridsome + Wordpress (・з・)ノ゙❤
Hey man! I'm glad that you enjoy the video :-) About the comments using the Wordpress API check this: developer.wordpress.org/rest-api/reference/comments/#example-request
And about the search check this plugin: wordpress.org/plugins/rest-api-multiple-post-types/
Let me know how this is going. Thanks man!
@@Sweetdev Thank you man for your help, again this video is that what i've been looking for
I plan to test the commenting section and see if it is work for real time adding comments
Cheers ฅ(*з*)ฅ
@@Sweetdev How about adding SEO? I read that you need to do extra tweaking
Hello