Live Coding WordPress Theme from Scratch | 50 min | 2024

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

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

  • @gospher6342
    @gospher6342 14 дней назад +1

    Really nice and practical video, I love this style of showcasing the tecnology, please keep them coming. Great work!

  • @35C4N0R
    @35C4N0R 3 месяца назад +3

    thank you man i love the way you made that video feels like a friend showing me his way of doing things

  • @jaapmeijer7865
    @jaapmeijer7865 3 месяца назад +2

    perfect Robbert! Thank you so much a lot of value!

  • @marzio.a.bonfanti
    @marzio.a.bonfanti 10 дней назад +1

    Amazing tutorial, thank you!
    I have a question concerning the use of the singleton class for scripts and styles enqueuing: in WordPress, if I want to use specific scripts or styles only on specific page templates or post type, I will only register the script/style, then use a WordPress native conditional (is_home, is_page_template, is_single...).
    How do I do it in the singleton class? Do i put the registration and conditional are all in the "enqueue" method, or...?
    Thank you very much!

    • @RobbertVermeulen
      @RobbertVermeulen  10 дней назад +1

      Exactly. Let's say you want to create all logic for a specific section of your website, then you create a new class, include the class inside your main theme class. Then in the constructor you add the add_action('wp_enqueue_scripts', [$this, 'enqueue_scripts']). Then you add a enqueue_scripts method to this class and in there you use your conditional logic.

    • @marzio.a.bonfanti
      @marzio.a.bonfanti 9 дней назад +1

      @@RobbertVermeulen Thank you!

  • @John-rg5rc
    @John-rg5rc 2 месяца назад +1

    WOW nice video edit! love it!

  • @Offical_reactor
    @Offical_reactor 4 месяца назад +1

    Hi Robert! Just wanted to say keep up the good work you’ve helped me so much since I started so thank you so much🎉

    • @RobbertVermeulen
      @RobbertVermeulen  4 месяца назад

      @@Offical_reactor Amazing to hear my content helped you! And your comment definitely helps me keep going. Have a great day!

  • @thangpham6385
    @thangpham6385 2 месяца назад +1

    Nice tut, thank you so much

  • @co0lxer
    @co0lxer Месяц назад +1

    What about coding block theme? Could you please make a video of that? Wordpress is coming this way (like it says and like it is visible in theme docummentation).

    • @RobbertVermeulen
      @RobbertVermeulen  Месяц назад

      Thank you for your comment. I will try to do something like that soon

    • @co0lxer
      @co0lxer Месяц назад

      @@RobbertVermeulen That's nice. Would be perfect if you could make this ttime custom data types too.

  • @denisk5606
    @denisk5606 2 месяца назад +3

    Thanks for the video. Could you make a similar video on creating a custom WooCommerce theme from scratch? Maybe something that covers functionality like product filters by attributes and categories, as well as changing the design of the archive-product layout.

    • @RobbertVermeulen
      @RobbertVermeulen  2 месяца назад +5

      I will try to create a video like this soon!

    • @steala
      @steala 2 месяца назад

      @@RobbertVermeulen Very interested in this too.

  • @kennethisaac233
    @kennethisaac233 3 месяца назад +1

    I'm here for Reddit. I actually like the zoom. Awesome content. Thanks.

    • @RobbertVermeulen
      @RobbertVermeulen  3 месяца назад

      @@kennethisaac233 thank you very much 🙏🏻

  • @stealurcookies
    @stealurcookies 28 дней назад

    Okay, I learned a lot. Thank you. I still have some kinks in the pipe that need to get worked on. Do you do private lessons too? 😇😘

  • @mohammedsaqlainshaikh7029
    @mohammedsaqlainshaikh7029 2 месяца назад +1

    Really Great Explaination sir but are you looking for a video editor?

  • @davidessien3617
    @davidessien3617 2 месяца назад +5

    Thank you Robbert. This helped. I just want to point out that moving the screen around too often and too fast is disturbing to the eye and making it really tedious to follow you.

    • @christernilsson1
      @christernilsson1 2 месяца назад

      Also, the mouse was moving too much. A distraktion.

  • @shankarsaud1718
    @shankarsaud1718 2 месяца назад +1

    Hi Robert, can you provide us source code please?

  • @Slyndc
    @Slyndc 2 месяца назад +1

    Cursor Ai >