My recommendation for hosting your WordPress website is DreamHost and specifically their "Shared Unlimited" yearly plan (the exact plan I've used for 19 years). If you use my link to DreamHost it helps support my KZbin channel and costs you nothing extra: click.dreamhost.com/aff_c?offer_id=109&aff_id=17231
@SiteStudio7 ай бұрын
Excellent content, seeing you go through these steps with /create-block is making me more confident in creating custom blocks without ACF Blocks.
@punupanini5 күн бұрын
your videos saved my day!! i just started WP development
@kadimgultekin7 ай бұрын
Thanks for the video. Your videos are so helpful ❤
@harrisonjude75235 ай бұрын
perfect, to the point, thank you!
@visualmodo7 ай бұрын
Truly good job, thank you! =D
@desventurasdati7 ай бұрын
So nice! Thanks for sharing.
@Telepathnic7 ай бұрын
Thank you for this excellent tutorial. How about a detailed course where you show us how to create your own fully customizable blocks from various design elements such as accordions or slideshows etc.? That would be awesome! 🤓
@LearnWebCode7 ай бұрын
I like that idea. In my full course we do create a slideshow block and on the admin side you can add as many slides as you want to the block instance, upload a background photo for each slide, and add headlines / CTA buttons for each slide as well.
@Telepathnic7 ай бұрын
@@LearnWebCode All right, you meant your Wordpress course at Udemy. I discovered the new chapter “Keeping Blocks Organized with block.json & render.php”. Very nice 😎
@aogunnaike7 ай бұрын
God bless you for this 👍 you read my mind 😂
@liviuc19467 ай бұрын
I think I bought a tonne of tutorials from you , which I keep postpone watching them (I'm sure I'm not the only one :D) Do you recommend any videos/courses where you go into detailing your workflow in wordpress? I havent seen too many working in visual studio code for wordpress.
@LearnWebCode7 ай бұрын
Good question! I'm pretty satisfied with VS Code; whenever you save in a PHP file it will warn you of any syntax errors using the PHP binary on your system to evaluate it. I'm always open to learning tips and tricks to improve my workflow, but as of today I'm not very knowledgable about more advanced PHP setups. I do want to get some sort of "auto refresh" system setup so that WordPress sites refresh every time I save a file, without using BrowserSync would be ideal.
@iambhavinpatel7 ай бұрын
First comment should get like from Brad ❤❤
@LearnWebCode7 ай бұрын
You know it! Thanks for the support!
@MdAlaminshow7 ай бұрын
Always best, Brad Love the way you teach.❤
@iambhavinpatel7 ай бұрын
@@LearnWebCode thank you sir
@_maurodf7 ай бұрын
With Interactivity API is nosense to still learning React for a WordPress Dev enviroment? (I'm learning it right now, but it has sense or better to focus on interactiity only?)
@LearnWebCode7 ай бұрын
Good question. The admin-editor side still uses React; so I definitely think it still makes sense to know React as a WP developer. And for features that don't need SSR for maximum accessibility / SEO you could still use React on the public-front end as well if you wanted instead of the Interactivity API.
@_maurodf7 ай бұрын
@@LearnWebCode Damn so i have to study it ahahah, i prefer Vue for the frontend works because i like more the writing style, but i want to be very complete with the Wordpress Dev, and React is still an important part.
@AndiSyafrianda7 ай бұрын
thank you
@raviramcharan38127 ай бұрын
I created a custom block by running the npx command and activated the plugin in the admin. However, I can't see my block in the gutenberg editor. What am I missing here?
@LearnWebCode7 ай бұрын
Did you try an "npm run build" or "npm run start" after changing the block name? Is there an error message or is the block type just not showing up in the block search UI at all?
@raviramcharan38127 ай бұрын
@@LearnWebCode I tried to run npm run start and npm run build afterwards to create a new build with a minor change. Everything runs fine, no error in any logs. It just doesn't show up in the UI list view
@kkokoruz7 ай бұрын
@@raviramcharan3812 & @LearnWebCode I am having the exact same issue. I'm glad I'm not the only one. I'm following the steps in the video. I get to the part of the video where I activate the plugin and that all shows up but then when I go to the helloworld post and search for the newly activates/created block it does not get listed and when I search it is also not there.
@kkokoruz7 ай бұрын
@@LearnWebCode same issue. I left my comment below.
@codingtechbikash7 ай бұрын
same issue mine also not showing
@mattfoodycom4 ай бұрын
what about package.json - main entry point?
@stpengineering7 ай бұрын
thanks
@castrojunin4 ай бұрын
Great job, bro! The render.php does not work for me :( Wordpress 6.6.1 version