If you're enjoying this video and series there are several ways to help support this channel: - Check out my patreon www.patreon.com/learnwebcode - Use my DreamHost link click.dreamhost.com/aff_c?offer_id=109&aff_id=17231 - Join my other coding courses learnwebcode.com/
A few years ago I was going through the code/no-code decision, and your "Learn JavaScript: Full-Stack from Scratch" course was one of the main reasons why I went down the all-code route. Thanks for that! Nothing in the world will get you from the happiest man alive to suicidal and back as fast as JavaScript, but being able to code your own blocks and do your own magic is priceless. This video sums up the no-code experience quite well: in order not to touch code, let's install a plugin and use someone else's code. It's still code, just not your code. :) Learning the basics of PHP and JS can take you to a whole new level when it comes to WordPress, making it a true CMS. Thanks for your videos. No matter how much I know about any subject, I can always learn something new from you. ;)
Haha I agree, learning JS was one of the most humbling experiences I've ever had. Thank you for all the support and kind words, glad to have you along for the series!
I’ve not used WP with ACF for a long time. Last time I used it you needed to either code your own post type or use the custom post type plugin. I can’t believe how much of this you can now do without touching code. It’s great but also massively lowers the barrier of entry. In the old days you had to be quite experienced to knock out work like this. Great tutorial though mate.
Good video! :) Looking forward to the next one! I guess this approach only working for FSE themes like twenty twenty five where we got the "templates", and does not work on classic themes like Astra, Kadence, Blocksy etc? Is that correct?
That's true, this approach is only for FSE. Personally, classic themes are still my preferred workflow, but my use case of setting up a site for a client that they can contribute content to isn't something that someone brand new to WordPress would be a perfect fit for; for someone new to creating websites I think FSE is pretty ideal; so I wanted to showcase it a bit in the series before we get into the more technical side of classic themes.
Hey Brad, thanks for the video. But do you really need a plugin for displaying meta values in the template? Because as far as I know WP supports this feature natively.
I'm not very experienced with this "no code" approach so I was out of my area of expertise, and the entire time I was thinking "I swore you could do this without a plugin" but I couldn't figure it out the day I was recording. I remember one of the newest versions of WP in the patch notes it mentioned you could work with meta values way more easily / natively. Do you know how/where to accomplish this without a plugin?
@@LearnWebCode I had replied your comment but I cannot see my comment right now, I don't know why. Anyway, yes I tested it with the latest version of WP and it works without a plugin.
Thanks, yep the very next video will be us learning how to use Node.js and VS Code to create our own new block type / plugin. From that point on we'll be in the world of code 🎉
@@LearnWebCode Thank you for your time in making these videos. I have all your courses on Udemy but for some reason could not finish the WordPress course, Got to a point and give up, hoping with this course i can go to the end. JavaScript helps as I'm not a fan of PHP.
I bought your custom theme course for the fictional university from udemy. Going well so far but as I started practicing with my own project, I faced a problem hard coding all the html and css. where can I get the templates of general web structures. JS and php is ok to hard code but the html and css are not my strength to be honest
@@techtipsuk I haven’t directly run into any yet since I just started building one on my own but will get back to you later in the day when I work on it. Much appreciated 🤝
@@techtipsuk I am working with WP and I am making a customized theme. I needed to install a plugin, ACF, it wouldn't install. I tried uploading a downloaded one didn't work, installing in the folder wouldn't show in the in the installed plugin either.
Hi - I have got as far as trying to add the pattern for the Pet Listing page (ua-cam.com/video/4W36IbaE-As/v-deo.html) and all I get is the "Start Blank" option - no option to add the pattern. I am using "Local" and have tried different themes including 2025, Starter Block Theme v0.4 and Astra - there doesn't appear to be any patterns - have I missed an important step please? Thanks (great series BTW)
Thanks! My bad for not calling to attention that I believe those patterns are coming from the 2025 theme, so definitely try making sure you have the 2025 theme activated, and then you can always try a hard-refresh on the editor screen before attempting the changes again, you can hold down the shift key on your keyboard and click the reload / refresh icon on your browser to force it to reload all assets. Does that make the patterns become available?
@@LearnWebCode - thanks for the quick reply! That worked- I had closed down Local, so restarted it, re-activated the 2025 theme, refreshed the page and it worked. Thanks again
🤣 When I originally filmed the video ACF was not even available through the plugin dashboard and I didn't expect people who are new to computers / WordPress to be able to download / upload a plugin not using the dashboard, so I felt a bit forced to just roll with SCF; I was thrilled when it became available again!
@@LearnWebCode I learnt about WordPress long back from you from your Udemy course, that time you taught us ACF using example of University and Professor. I no longer use WordPress, but still like to see your videos in my feed.
24:00 "This in my opinion is the true power behind WordPress". That's not the power of wp that generally the power of dynamic web. In my opinion staying in wp limits you, why not go one extra step and learn how to do this in code and feel the real power and freedom? I guess there is a market for people who can only work with user interfaces...
I have courses where we use Node.js + MongoDB to build a simple social network web app, and also a course where we build the same app using Laravel. About 6 videos back on my channel there's a 3 hour video where we build a simple app using plain code from scratch. But not everyone is convinced that they want to learn code yet; the point of this video series is to meet people where they're at, who might just be wanting to setup a website without learning code, and then showing them "why" they'd want to learn to code in the first place.
If you're enjoying this video and series there are several ways to help support this channel:
- Check out my patreon www.patreon.com/learnwebcode
- Use my DreamHost link click.dreamhost.com/aff_c?offer_id=109&aff_id=17231
- Join my other coding courses learnwebcode.com/
A few years ago I was going through the code/no-code decision, and your "Learn JavaScript: Full-Stack from Scratch" course was one of the main reasons why I went down the all-code route. Thanks for that! Nothing in the world will get you from the happiest man alive to suicidal and back as fast as JavaScript, but being able to code your own blocks and do your own magic is priceless.
This video sums up the no-code experience quite well: in order not to touch code, let's install a plugin and use someone else's code. It's still code, just not your code. :)
Learning the basics of PHP and JS can take you to a whole new level when it comes to WordPress, making it a true CMS.
Thanks for your videos. No matter how much I know about any subject, I can always learn something new from you. ;)
Haha I agree, learning JS was one of the most humbling experiences I've ever had. Thank you for all the support and kind words, glad to have you along for the series!
I’ve not used WP with ACF for a long time. Last time I used it you needed to either code your own post type or use the custom post type plugin. I can’t believe how much of this you can now do without touching code. It’s great but also massively lowers the barrier of entry. In the old days you had to be quite experienced to knock out work like this. Great tutorial though mate.
Thank you so much for this video. Always my favorite teacher.
Great way to support classic Wordpress.
Thanks Brad ❤ .. waiting for next video 🤩
Can you make an A to Z tutorial on how to make a directory site in WP ?
Good video! :) Looking forward to the next one!
I guess this approach only working for FSE themes like twenty twenty five where we got the "templates", and does not work on classic themes like Astra, Kadence, Blocksy etc? Is that correct?
That's true, this approach is only for FSE. Personally, classic themes are still my preferred workflow, but my use case of setting up a site for a client that they can contribute content to isn't something that someone brand new to WordPress would be a perfect fit for; for someone new to creating websites I think FSE is pretty ideal; so I wanted to showcase it a bit in the series before we get into the more technical side of classic themes.
Hey Brad, thanks for the video. But do you really need a plugin for displaying meta values in the template? Because as far as I know WP supports this feature natively.
I'm not very experienced with this "no code" approach so I was out of my area of expertise, and the entire time I was thinking "I swore you could do this without a plugin" but I couldn't figure it out the day I was recording. I remember one of the newest versions of WP in the patch notes it mentioned you could work with meta values way more easily / natively. Do you know how/where to accomplish this without a plugin?
@@LearnWebCode Yeah, i'm pretty sure it works with elementor Pro!
@@LearnWebCode I had replied your comment but I cannot see my comment right now, I don't know why. Anyway, yes I tested it with the latest version of WP and it works without a plugin.
thank you
great.... which theme are you using?
I'm using Twenty Twenty-Five in this video.
Cant wait for the coding videos to start?
Thanks, yep the very next video will be us learning how to use Node.js and VS Code to create our own new block type / plugin. From that point on we'll be in the world of code 🎉
@@LearnWebCode Thank you for your time in making these videos. I have all your courses on Udemy but for some reason could not finish the WordPress course, Got to a point and give up, hoping with this course i can go to the end. JavaScript helps as I'm not a fan of PHP.
I bought your custom theme course for the fictional university from udemy. Going well so far but as I started practicing with my own project, I faced a problem hard coding all the html and css. where can I get the templates of general web structures. JS and php is ok to hard code but the html and css are not my strength to be honest
Post your issue I’ll have a look
Have you used Bootstrap before? If you're not enjoying manually setting up HTML / CSS it might be a big help.
@@LearnWebCode I have learnt it but I am concurrently working on improving my skills on it. Thanks man
@@techtipsuk I haven’t directly run into any yet since I just started building one on my own but will get back to you later in the day when I work on it. Much appreciated 🤝
@@techtipsuk I am working with WP and I am making a customized theme. I needed to install a plugin, ACF, it wouldn't install.
I tried uploading a downloaded one didn't work, installing in the folder wouldn't show in the in the installed plugin either.
Nice
Hi - I have got as far as trying to add the pattern for the Pet Listing page (ua-cam.com/video/4W36IbaE-As/v-deo.html) and all I get is the "Start Blank" option - no option to add the pattern. I am using "Local" and have tried different themes including 2025, Starter Block Theme v0.4 and Astra - there doesn't appear to be any patterns - have I missed an important step please? Thanks (great series BTW)
Thanks! My bad for not calling to attention that I believe those patterns are coming from the 2025 theme, so definitely try making sure you have the 2025 theme activated, and then you can always try a hard-refresh on the editor screen before attempting the changes again, you can hold down the shift key on your keyboard and click the reload / refresh icon on your browser to force it to reload all assets. Does that make the patterns become available?
@@LearnWebCode - thanks for the quick reply! That worked- I had closed down Local, so restarted it, re-activated the 2025 theme, refreshed the page and it worked. Thanks again
Thank god you suggest ACF and not Secure Custom Fields.. MM
😂
🤣 When I originally filmed the video ACF was not even available through the plugin dashboard and I didn't expect people who are new to computers / WordPress to be able to download / upload a plugin not using the dashboard, so I felt a bit forced to just roll with SCF; I was thrilled when it became available again!
@@LearnWebCode I learnt about WordPress long back from you from your Udemy course, that time you taught us ACF using example of University and Professor. I no longer use WordPress, but still like to see your videos in my feed.
@@techietoonsWhy did you stop using wp and what do you use currently?
24:00 "This in my opinion is the true power behind WordPress". That's not the power of wp that generally the power of dynamic web. In my opinion staying in wp limits you, why not go one extra step and learn how to do this in code and feel the real power and freedom? I guess there is a market for people who can only work with user interfaces...
I have courses where we use Node.js + MongoDB to build a simple social network web app, and also a course where we build the same app using Laravel. About 6 videos back on my channel there's a 3 hour video where we build a simple app using plain code from scratch. But not everyone is convinced that they want to learn code yet; the point of this video series is to meet people where they're at, who might just be wanting to setup a website without learning code, and then showing them "why" they'd want to learn to code in the first place.