Vue js and WordPress | Using WordPress starter for Gridsome.

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 30

  • @officially_s
    @officially_s 2 года назад

    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

  • @fabrika420
    @fabrika420 5 лет назад +2

    I amazed what a elegant way we can touch the guts of WordPress

    • @Sweetdev
      @Sweetdev  5 лет назад +1

      :-D You so right!

  • @tradertube
    @tradertube 4 года назад +1

    Great post ! So clear and slow paced. Thanks for explaining and keep sharing more good stuff.

    • @Sweetdev
      @Sweetdev  4 года назад

      Glad you enjoyed it! I will keep sharing with a pleasure 😊

  • @martdenheijer
    @martdenheijer 5 лет назад +6

    Great! Please make more video's. For example how to deal with ACF!

    • @aleferrari8473
      @aleferrari8473 5 лет назад

      ACF have an option to store everything in JSON data. Just use it to grab the data ;) www.advancedcustomfields.com/resources/local-json/

  • @kmytor
    @kmytor 2 года назад

    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"?

  • @strangelife3522
    @strangelife3522 4 года назад

    Thank you very much. I have one question, how can dispaly data post category wise ?

  • @jason0ng
    @jason0ng 4 года назад +1

    Super helpful, thank you!

    • @Sweetdev
      @Sweetdev  4 года назад

      Glad it was helpful for you Jason!

  • @InteresThingvideos
    @InteresThingvideos 5 лет назад

    the blog post after clicking read more is not showing, what could be the problem? it just shows a blank white page

    • @InteresThingvideos
      @InteresThingvideos 5 лет назад +3

      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

    • @Sweetdev
      @Sweetdev  5 лет назад

      Thank you man! useful information

  • @malaicristian360
    @malaicristian360 5 лет назад

    Nice tutorial! What OS are you using? Seems like Ubuntu with a custom theme

  • @DavidElstob73
    @DavidElstob73 5 лет назад

    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!

    • @ashleyredman
      @ashleyredman 4 года назад

      Think you’re missing the point a fair bit

  • @bojanadrangova7189
    @bojanadrangova7189 5 лет назад

    What desktop env are you using is quite nice looking ?

    • @Albertxu2008
      @Albertxu2008 5 лет назад

      he is using ubuntu.

    • @bojanadrangova7189
      @bojanadrangova7189 5 лет назад

      @@Albertxu2008 As an OS maybe, but Ubuntu is not a desktop environment :)

  • @mahsamiiiir
    @mahsamiiiir 4 года назад

    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?

    • @andresconrado
      @andresconrado 4 года назад +1

      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.

    • @mahsamiiiir
      @mahsamiiiir 4 года назад +1

      @@andresconrado Thanks alot Andy❤

  • @rebeka1212100
    @rebeka1212100 5 лет назад

    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

  • @rebeka1212100
    @rebeka1212100 5 лет назад

    Moaaaar Gridsome + Wordpress (・з・)ノ゙❤

    • @Sweetdev
      @Sweetdev  5 лет назад +1

      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!

    • @rebeka1212100
      @rebeka1212100 5 лет назад +1

      @@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 ฅ(*з*)ฅ

    • @cla1814
      @cla1814 5 лет назад

      @@Sweetdev How about adding SEO? I read that you need to do extra tweaking

  • @kmytor
    @kmytor 2 года назад

    Hello