Great work, sir. The only downside for me is that nowadays templates and template parts are coded in HTML instead of PHP (with Gutenberg / FSE). And In the Block Editor Handbook it's recommended to use them and the theme.json, and wp-env/docker (that I think it will eventually replace the wp-config file). IMO This fact will outdate this awesome playlist faster. It's still great to learn a lot. So, thank you.
Thanks. I agree that the change is inevitable. However there will still be a lot of themes on older approach. There is already a playlist for FSE ruclips.net/p/PLD8nQCAhR3tTrToGi4ulHwDh18hNW2_-I Most probably I will either create a new playlist when FSE becomes a bit stable or update this one. Thanks for tuning in
@@Codeytek Ouch, I was forgetting your other playlists. Thanks for the reminder !! I have watched the 8 videos (fast-forwarding them) for the FSE. And yeah, When it becomes more stable, I would LOVE to see you building customs blocks with ESNEXT syntax, using React components and so, from scratch ;) Will you dare ? The other playlists about wp/react/graphql/nextjs and woocomerce looks pretty dope too. I really believe that your videos are the best available on youtube right now for wordpress. Subbed
I didn't know svg could be used like this. Thank you.
Thanks!
Just one tip: "hidden" class should be display:none; instead of visibility:hidden as the space of the svg's will be printed otherwise.
Thanks will add that
Great tutorial
Great work, sir. The only downside for me is that nowadays templates and template parts are coded in HTML instead of PHP (with Gutenberg / FSE). And In the Block Editor Handbook it's recommended to use them and the theme.json, and wp-env/docker (that I think it will eventually replace the wp-config file). IMO This fact will outdate this awesome playlist faster. It's still great to learn a lot. So, thank you.
Thanks. I agree that the change is inevitable. However there will still be a lot of themes on older approach. There is already a playlist for FSE
ruclips.net/p/PLD8nQCAhR3tTrToGi4ulHwDh18hNW2_-I
Most probably I will either create a new playlist when FSE becomes a bit stable or update this one. Thanks for tuning in
@@Codeytek Ouch, I was forgetting your other playlists. Thanks for the reminder !! I have watched the 8 videos (fast-forwarding them) for the FSE.
And yeah, When it becomes more stable, I would LOVE to see you building customs blocks with ESNEXT syntax, using React components and so, from scratch ;) Will you dare ?
The other playlists about wp/react/graphql/nextjs and woocomerce looks pretty dope too. I really believe that your videos are the best available on youtube right now for wordpress. Subbed
Thank you. I would start a Gutenberg special series in future with new conventions
what i have to do to upload a svg img to use it in my website logo
wpengine.com/resources/enable-svg-wordpress/
@@Codeytek Thanks Brother