Adding Styles & Scripts The CORRECT Way in Wordpress (In Depth)-Theme Development Tutorial (2023) #7

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 8

  • @nuwanperera9080
    @nuwanperera9080 2 ปีที่แล้ว

    Extremely useful video

    • @howToDev
      @howToDev  2 ปีที่แล้ว +1

      thank you i will do my best to continue with this series

  • @waelhi8938
    @waelhi8938 2 ปีที่แล้ว

    Awesome tutorial as always.. i like how thoroughly explained every details. one more thing.. i would like to know how do you setup your phpstorm that works in wordpress functions and hooks like intellisene/autcomplete

    • @howToDev
      @howToDev  2 ปีที่แล้ว

      i was already planning on making a video specifically for this 😁 i'll try and make a short version for it soon

  • @RoborobsComputers
    @RoborobsComputers ปีที่แล้ว

    Can you push the updated code to your repo??

  • @karlson2804
    @karlson2804 ปีที่แล้ว

    Why not using composer.json and psr4 ? And how about lint all code in project scss, js , php, html inside php ?

    • @howToDev
      @howToDev  ปีที่แล้ว +1

      because in wordpress usually people have very cheap servers also the repository has limitations regarding the size of the plugins and themes and using dependencies with composer would add a lot of overhead in this regard

    • @howToDev
      @howToDev  ปีที่แล้ว

      regarding the linters you first need to learn how to do anproject and then start linnting, this is ment for people who have limited knoweledge and adding linters at this point would just add an extra level of complexity which is not desired when learning. I use linters within phpstorm if you look at my videos as my files get autoformated but i did not mention this in any of the videos because as you can see everything is in depth and not just casual showing people what i can do