It's unbelievable that this kind of content is available for free. We honestly have no excuse for not learning whatever it is we want. Thank you so much Andrew and thanks to the channel for providing such amazing material. Subscriber for life. 👍
Finally a real custom theme development tutorial, I think i've searched UA-cam for one like this for almost 2-3 years and have not found one that didn't spend most of the time installing an existing theme, and other surface level stuff like only HTML and CSS. I had also spent 3 months in a bootcamp and they didn't cover anything to do with CMS and barely scratched PHP. Thank you for this!
It really saddens me that Andrew did not mention this little mistake. He did change "after_theme_setup" to "after_setup_theme". But he did not mention in video.
@@charlie-george of course, I couldn't make it work with incorrect hook. I searched on google about this issue and found similar issue on stackflow. Then I rectified the issue and it started working!
@@adiljamshad215 Good work mate. That's the strength of us devs. We encounter problems like this, inevitably, but it's our ability to problem-solve that makes us most valuable.
This is the gold content we've all wanted for a long time. Thank you for this WordPress tutorial. So many channels talk about top-level WP stuff, but not about developing a custom theme from an HTML template.
This is exactly what I needed. I switched a personal site of mine to WP a few years ago for technical reasons, but was stumped on how to get the design I'd developed over many years adapted as a WP theme. I gave up and went with something serviceable but completely lacking in the look and feel I wanted. I'm nearly finished now with adapting my original site design to WP, thanks to your clear and concise explanations.
This was my first introduction to converting an HTML template into a working CMS and it was amazing. The pacing was perfect and each module was simple enough to follow along. With WordPress changes, I experienced a few small differences between my WordPress behavior and the tutorial, but these were easy to surmount and the code is still fresh and relevant.
Best dev tutorial I've ever seen, I was a total wordpress theme noob comming in and I'm leaving very confident and with a very clear vision on how it all works. Thanks a lot, god bless.
Completed this course in Nov 2024. It still works. 1:49:20 My only issues was that I could not get the Name, Email and Website fields to appear, even though they were turned on in my settings back-end. I suspect it might be a update WordPress made to security and bot-scraping-email-addresses prevention. Be patient and get to the end to see how regular pages are linked to your menu (around 2:10:18) . You'll probably figure out how to do it yourself halfway through.
A wonderful introduction to custom WordPress themes. Just as an FYI at around 47:00 he amends the 'title-tag' but doesn't mention he also changed 'after_theme_setup' to 'after_setup_theme' -- I spent far too long scratching my head over what I was doing wrong!
hello @YasminFilms want your help why my custom css file is not loaded. but adrew custom css file is loaded. i have done exactly what adrew did but still my custom css file is not loaded.
DONE! Ran the whole course from 3pm to 12:20am, I was slacking in school when we were going through CMS theme development, and then on the internship I was teached how to use ACF + Gutenberg Blocks and realize that I didn't even know what hooks were. This course was very helpful for me and will show it too my peers.
Around 1:10:00, you explained that we need a custom walker to add the class attribute to the anchor tag. However, soon after, you simply added the icon to the menu item by adding HTML to the title of the menu item in the WordPress interface. My question is, why can't we just add the entirety of the tag inside of the title of the menu item in the WordPress interface? Whatever we put in there will be put inside of the tags right? Isn't this good enough for a workaround?
Hello Sir, I completed your tutorial in three days with watching, pausing, practicing, and now I am very very familiar with the WordPress structure. Thank you for sharing your experience. I know how hard work you did in this long video. Thumbs up sir. Again thanks for giving back to the community... Love From Pakistan
Here are some timestamps i made while following along with your video and thought other people might find them helpful 00:00:00 intro 00:04:30 Files structure 00:13:00 template hierarchy 00:14:50 adding theme info that displays in wordpress appearance section backend 00:18:30 migrating custom theme to wordpress 00:42:00 theme split 00:57:55 menus 01:15:20 favicon 01:20:00 add dynamic custom logo 01:25:20 add posts 01:34:00 metadata / tags / published date 01:39:20 comments 01:54:00 archive 02:10:10 Pages 02:12:00 Widgets 02:25:50 404 page and search
@@GeekBastion I need a environment setup walkthrough video fo his project . pls help. at start he say there is another environment setup video by him I couldnt find. Im new to web dev . so pls help with env needed for the project he is explining
@@codingshiv1670 if you are new you probably should not start with this one until you know HTML, CSS, JS, some php, setting up local servers with wamp or xamp and know your way around wordpress interface
@@GeekBastion I have knowlege in html css js php basics. help me setup environment for this project so that I can practice that as a part of my preparation for interviews.
For the menus, if you want the classes for the , you can add the full line into the Navigation Label field. So Blog Post will work. Just make sure to change the href and set the display value, and this will pull in the CSS.
Amazing tutorial, I think like me most people might get confused somewhere, he doesn't say to copy the content of the css file into your stylesheet under the comments you create, or maybe I just didn't see that, I had to struggle with that until I just copied the content and it worked, hope this helps someone, thanks again for the tutorial though am watching 2 years later in 2023 hahaha.
Very great content! Many thanks for that! Andrew explains details and functionalities which helped me understand WordPress. Anyone else having trouble with the custom logo at 1:17:43 ? This code worked for me (so it maybe helps someone else too) function config_custom_logo() { add_theme_support( 'custom-logo' ); } add_action( 'after_setup_theme' , 'config_custom_logo' );
Thanks for making the tutorial. I have just finished it. As usual with these things, where things didn't initially work or where I got lost in an explanation or section of code, it provided an opportunity to get Googling and hence develop a more in depth understanding. One thing I battled to understand was the overall layout of the page which, initially, I just assumed you had done with a grid layout. But later I realised you hadn't done that and had relied on the side bar using position: fixed to take it out of the usual page flow and then position: sticky for the page title area. Again, the confusion cleared after some Googling and my knowledge increased a bit! Thank you for taking the time to do this :-)
This tutorial was one of the best tutorials I have ever had for wordpress!! Thanx a million. I would appreciate if you post a tutorial regarding customizing and editing the backend and dashboard section, thank you!!!
Thanks for providing a great tutorial! I have a friend who wants a much needed update to their site. Being a .net & next.js developer with no experience with Wordpress wasn't sure how to proceed. Thanks to your tutorial I'm getting the hang of Wordpress and already making great progress in navigating the old theme, and updating it with a new theme.
Hi Andrew, great tutorial. I was wondering where I can find that reference video you mention at 3:56 for how to set up a local server to view PHP and how to pull WordPress required documents.
Awesome! Though this tutorial is not in-depth as the ones in boot-camps, I will highly recommend anyone who is going to go through a course/boot-camp. There are tons of info covered in a typical course hence it is very easy to be lost. Going through this tutorial first will help you to connect things. Approaching the course after this video makes it much understandable.
Mate! Great beginner friendly tutorial on Wordpress! It's a great place to start and I learned quite a lot! Looking forward to adding this to the portfolio!
This tutorial was fantastic! A really great start to theme-building! I'm excited to start building mine as I follow along. Thank you for all the work you put into this! Subscribed!
for those whose CSS on the page is not loading, you need to copy the content from the style.css located in the template folder to the style.css file which you created and wrote the comment. also in functions.php if the enqueue code in the video doesn't work for you try this :
Thank you for your video, it was very detailed and accessible. I'm using a translator to thank you for your video. Thank you so much, I had some issues with page output, but following your step-by-step instructions, everything worked out!
Hey Andrew, Really nice video! I do not know of any other course that cover theme development in such details. I learned new useful stuff that I didn't know, even though I have worked with WordPress before. Thank you for putting that much effort into the video.
For those who may have noticed in the blog section, to get the page title to display correctly, I used the following function in place of "the_title();" and managing the wrapping within the function "single_post_title('', '');"
It's not explained in the video. What you need to do is to copy and paste what is in theme-template to the main style.css. Also, the path has to be ./wp-content/themes/theme-name-here/style.css
There are 3 jobs in my home county (rural UK) and they're called "web developer" roles but when reading the description all three jobs say it involves creating Wordpress websites from static designs. I'm learning CSS/JavaScript, but seems like in my area Wordpress is still an important skill for paid work!
Maybe this has changed over the last 2 years, but the correct function code for the theme support is now [44:41]: function followandrew_theme_support (){ add_theme_support('title-tag'); } add_action('after_setup_theme','followandrew_theme_support'); (!) 'after_setup_theme instead' of' after_theme_setup'
First off, amazing tutorial! For the weird menu stuff where you can't control the classes of the anchor element and have to write the unordered list in a string and add the icons and list item classes in WP, could you just loop through an array of menu items from the WP API and then simply echo them to the page inside of the ul?
I've done some basic PHP training and have worked with Wordpress and themes. This was a great tutorial to see how PHP ties into the functionality of themes. Cool stuff.
For anyone having trouble with 47:00, the dynamic page title, don't wrap the add_theme_support() function within another function, it just works now apparently
if you still wondering why my css not loaded in 20:53 you can try copy paste the content of css file from `blog-site-template/css/style.css` to `/style.css` then in front-page.php link the css with `wordpress/wp-content/themes//style.css`
Very helpful! Thanks a lot. I do have one question, however. How can I enable the Live-Updates? I can't seem to find anything on UA-cam or Google to help me out with this. This really helped me out, as I am usually just a Web Designer, I can only code in HTML and CSS, but this was a great way to kickstart my workflow on customers projects.
2:10:06 I have a few questions about the archive page. 1. Why is only the first blog showing the date? 2. Why does the blog page has the same title as the last added page?
I have been creating custom Wordpress themes for years, great video, could have done with this years ago as had to learn some of this stuff as and when needed.
Thank you very much Andre. Of course, the video course covers almost all important material for creating theme! In 20 minute you make the copy past of html code. But, for audience public - here are no way for link of recourse for the copy past of the code html page into front-page. I'm trying rewrite the html code from the video , and I'm not sure if all code I have to rewrite from UA-cam video. Regards Genady.
Hello, I have a little comment on this course, Andrew is very good, but also he do some changes and he cut it out from the video so we get confuse so please be careful next time for this issue because it is very important.!
Great tutorial, but there are a few errors, like the_title() function in the header.php file. It makes an issue on the archive page because there will be a title of the first post in this place.
25:23 so where is the css coming from? as I thought the css file is what has info on the Wordpress theme not what the website looks like? or is there a css folder where the css goes into?
It's unbelievable that this kind of content is available for free. We honestly have no excuse for not learning whatever it is we want. Thank you so much Andrew and thanks to the channel for providing such amazing material. Subscriber for life. 👍
This is exactly what I thought.
agreed
You're welcome! There truly is tens of thousands of dollars worth of knowledge/content packed into this video!
@@FollowAndrew400 Billion
Finally a real custom theme development tutorial, I think i've searched UA-cam for one like this for almost 2-3 years and have not found one that didn't spend most of the time installing an existing theme, and other surface level stuff like only HTML and CSS. I had also spent 3 months in a bootcamp and they didn't cover anything to do with CMS and barely scratched PHP. Thank you for this!
😀
Right
Hii
The hook at 47:00 is not 'after_theme_setup', it's 'after_setup_theme' for anyone who had trouble getting the title tag to print.
It really saddens me that Andrew did not mention this little mistake. He did change "after_theme_setup" to "after_setup_theme". But he did not mention in video.
@@adiljamshad215 How did he get his working with the incorrect spelling?
@@charlie-george of course, I couldn't make it work with incorrect hook. I searched on google about this issue and found similar issue on stackflow. Then I rectified the issue and it started working!
@@adiljamshad215 Good work mate. That's the strength of us devs. We encounter problems like this, inevitably, but it's our ability to problem-solve that makes us most valuable.
Glad this is only a couple of comments down, cheers
This is the gold content we've all wanted for a long time. Thank you for this WordPress tutorial. So many channels talk about top-level WP stuff, but not about developing a custom theme from an HTML template.
Thanks, developing WordPress themes definitely has quite a few quirks, but this should be a good guide on getting started!
You are right nextTRIE. This channel very recommended
I am just starting to watch and already know that this is gold
This is exactly what I needed. I switched a personal site of mine to WP a few years ago for technical reasons, but was stumped on how to get the design I'd developed over many years adapted as a WP theme. I gave up and went with something serviceable but completely lacking in the look and feel I wanted. I'm nearly finished now with adapting my original site design to WP, thanks to your clear and concise explanations.
This was my first introduction to converting an HTML template into a working CMS and it was amazing. The pacing was perfect and each module was simple enough to follow along. With WordPress changes, I experienced a few small differences between my WordPress behavior and the tutorial, but these were easy to surmount and the code is still fresh and relevant.
Best dev tutorial I've ever seen, I was a total wordpress theme noob comming in and I'm leaving very confident and with a very clear vision on how it all works. Thanks a lot, god bless.
Watch More- #FabestCoder
How would you create other pages, such as Gallery, About, History / Timelines?
Completed this course in Nov 2024. It still works.
1:49:20 My only issues was that I could not get the Name, Email and Website fields to appear, even though they were turned on in my settings back-end.
I suspect it might be a update WordPress made to security and bot-scraping-email-addresses prevention.
Be patient and get to the end to see how regular pages are linked to your menu (around 2:10:18) . You'll probably figure out how to do it yourself halfway through.
Honestly, my fav channel on UA-cam
A wonderful introduction to custom WordPress themes. Just as an FYI at around 47:00 he amends the 'title-tag' but doesn't mention he also changed 'after_theme_setup' to 'after_setup_theme' -- I spent far too long scratching my head over what I was doing wrong!
hello @YasminFilms want your help why my custom css file is not loaded. but adrew custom css file is loaded. i have done exactly what adrew did but still my custom css file is not loaded.
Thanks for pointing that out @YasminFilms :)
DONE! Ran the whole course from 3pm to 12:20am, I was slacking in school when we were going through CMS theme development, and then on the internship I was teached how to use ACF + Gutenberg Blocks and realize that I didn't even know what hooks were. This course was very helpful for me and will show it too my peers.
Around 1:10:00, you explained that we need a custom walker to add the class attribute to the anchor tag. However, soon after, you simply added the icon to the menu item by adding HTML to the title of the menu item in the WordPress interface.
My question is, why can't we just add the entirety of the tag inside of the title of the menu item in the WordPress interface? Whatever we put in there will be put inside of the tags right? Isn't this good enough for a workaround?
Hello Sir, I completed your tutorial in three days with watching, pausing, practicing, and now I am very very familiar with the WordPress structure. Thank you for sharing your experience. I know how hard work you did in this long video. Thumbs up sir. Again thanks for giving back to the community... Love From Pakistan
Here are some timestamps i made while following along with your video and thought other people might find them helpful
00:00:00 intro
00:04:30 Files structure
00:13:00 template hierarchy
00:14:50 adding theme info that displays in wordpress appearance section backend
00:18:30 migrating custom theme to wordpress
00:42:00 theme split
00:57:55 menus
01:15:20 favicon
01:20:00 add dynamic custom logo
01:25:20 add posts
01:34:00 metadata / tags / published date
01:39:20 comments
01:54:00 archive
02:10:10 Pages
02:12:00 Widgets
02:25:50 404 page and search
Hey ! do you know how t setup the environment? u know any video regarding it ? pls help me
@@codingshiv1670 wdum
@@GeekBastion I need a environment setup walkthrough video fo his project . pls help. at start he say there is another environment setup video by him I couldnt find. Im new to web dev . so pls help with env needed for the project he is explining
@@codingshiv1670 if you are new you probably should not start with this one until you know HTML, CSS, JS, some php, setting up local servers with wamp or xamp and know your way around wordpress interface
@@GeekBastion I have knowlege in html css js php basics. help me setup environment for this project so that I can practice that as a part of my preparation for interviews.
For the menus, if you want the classes for the , you can add the full line into the Navigation Label field. So Blog Post will work. Just make sure to change the href and set the display value, and this will pull in the CSS.
tank, u're great
Thanks
Amazing tutorial, I think like me most people might get confused somewhere, he doesn't say to copy the content of the css file into your stylesheet under the comments you create, or maybe I just didn't see that, I had to struggle with that until I just copied the content and it worked, hope this helps someone, thanks again for the tutorial though am watching 2 years later in 2023 hahaha.
I don't have the words to thank you. You just helped a simple guy put food in his table with your tutorial.
Very great content! Many thanks for that! Andrew explains details and functionalities which helped me understand WordPress.
Anyone else having trouble with the custom logo at 1:17:43 ?
This code worked for me (so it maybe helps someone else too)
function config_custom_logo() {
add_theme_support( 'custom-logo' );
}
add_action( 'after_setup_theme' , 'config_custom_logo' );
Me! Thanks a lot!
thaaaaanks a lot
I spent the whole day trying to figure it out
you are a life saver
Thanks for making the tutorial. I have just finished it. As usual with these things, where things didn't initially work or where I got lost in an explanation or section of code, it provided an opportunity to get Googling and hence develop a more in depth understanding. One thing I battled to understand was the overall layout of the page which, initially, I just assumed you had done with a grid layout. But later I realised you hadn't done that and had relied on the side bar using position: fixed to take it out of the usual page flow and then position: sticky for the page title area. Again, the confusion cleared after some Googling and my knowledge increased a bit! Thank you for taking the time to do this :-)
This tutorial was one of the best tutorials I have ever had for wordpress!! Thanx a million. I would appreciate if you post a tutorial regarding customizing and editing the backend and dashboard section, thank you!!!
This tutorial has been GREAT! Best resource I've come across on UA-cam with creating custom themes. Thank you!
Thank GOD, Finally the greatest tutorial I found. Better than many paid courses. Short and clear.
if you need an alternate way without using "echo" at 1:24:34 then this is for you: blank ' ' is for default value, you ay use 'description' as well
Literally! A Masterpiece. Very well crafted. Watching it after 4 years for my prep and its wonderfull 👏🏻👏🏻
Thanks for providing a great tutorial! I have a friend who wants a much needed update to their site. Being a .net & next.js developer with no experience with Wordpress wasn't sure how to proceed. Thanks to your tutorial I'm getting the hang of Wordpress and already making great progress in navigating the old theme, and updating it with a new theme.
Out of the dozens of courses I've done for various web development related learning you by far are my favorite teacher!
Great tutorial. The best tutorial for Wordpress I have ever seen. Thank you, Andrew.
Hi Andrew, great tutorial. I was wondering where I can find that reference video you mention at 3:56 for how to set up a local server to view PHP and how to pull WordPress required documents.
use local it alows you to host the site on your pc
I was wondering this too
I'm using Local and it's fantastic, there are some youtube tutorials on how to get it set up on your computer that are easy to follow along.
Awesome!
Though this tutorial is not in-depth as the ones in boot-camps, I will highly recommend anyone who is going to go through a course/boot-camp. There are tons of info covered in a typical course hence it is very easy to be lost. Going through this tutorial first will help you to connect things. Approaching the course after this video makes it much understandable.
This is the best WordPress tutorial I ever found!. Thanks, Andrew for making it.
This is a great short and crisp turorial. This content is gem for beginners. Thank you so much!!
What a video, wonderful. 2.30 Mn Wordpress Crash course. In return i clicked all your ads :)
I just love how you explain everything in suck details, thank you !
Mate! Great beginner friendly tutorial on Wordpress! It's a great place to start and I learned quite a lot! Looking forward to adding this to the portfolio!
absolutely a gem! no error whatsoever and everything worked perfectly following step by step. thank you so much for your work and great video.
This is truly GOLD class tutorial! Thanks a tonne Andrew for making Wordpress Themes Creation so simple for novices like me.
This tutorial was fantastic! A really great start to theme-building! I'm excited to start building mine as I follow along. Thank you for all the work you put into this! Subscribed!
This dude is a wordpress god, very very well explained!!!!! Thank you fcc!!!!!! I am definitely supporting this project
Thanks!
This is on of the best tutorial , at least I know from now.... where to start.Thanks a lot Andrew.
for those whose CSS on the page is not loading, you need to copy the content from the style.css located in the template folder to the style.css file which you created and wrote the comment. also in functions.php if the enqueue code in the video doesn't work for you try this :
legend
thanks dude
If you are developing in xampp and have errors is better to use WP functions
I learned too many things about web development from these tutorials. so many thanks
this was amazing! I'm a js developer and I learnt it in no time with a little video on PHP!! Thanks for this awesome video 😍🔥✌🏻
Thank you for your video, it was very detailed and accessible.
I'm using a translator to thank you for your video.
Thank you so much, I had some issues with page output, but following your step-by-step instructions, everything worked out!
Great introductory course. However would recommend focusing on the walker nav menu class to better support menus
This tutorial is so good. it took me 2 days to follow along and learnt many core points of wp that i really wanted to know. Thank you!
Great tutorial! Very detailed and well explained! Round of aplause 👏👏
Thank you so much for this course! I've disabled my adblock just to support you :D!!
Hey Andrew,
Really nice video! I do not know of any other course that cover theme development in such details.
I learned new useful stuff that I didn't know, even though I have worked with WordPress before.
Thank you for putting that much effort into the video.
Your videos are the best man.. Second time used it for building website.. Cool..Thank you for making such videos
Great help for SEO on WordPress, I can understand how to customize stuff without any 3rd party plugins that create bloat, great work!
You are my hero. Great job! Best quality of video and content. Thank You!
Quite a lot of effort you put there.. Thanks a lot Andrew! All the best
For those who may have noticed in the blog section, to get the page title to display correctly, I used the following function in place of "the_title();" and managing the wrapping within the function "single_post_title('', '');"
I modified the code of the header
Thank you Andrew. This is a great tutorial for beginners who like to learn WordPress theme developments.♥♥
Fantastic tutorial Andrew! Very informative and easy to follow along.
super dooper smart teacher you are.. clearly explained..
Best channel on youtube
This is SOOOO helpful! Thank you. I learned a ton in a short amount of time.
when did you loaded your css in style.css?? 20:14 Am ithe only one to poit out this thing
It's not explained in the video. What you need to do is to copy and paste what is in theme-template to the main style.css. Also, the path has to be ./wp-content/themes/theme-name-here/style.css
There are 3 jobs in my home county (rural UK) and they're called "web developer" roles but when reading the description all three jobs say it involves creating Wordpress websites from static designs. I'm learning CSS/JavaScript, but seems like in my area Wordpress is still an important skill for paid work!
Maybe this has changed over the last 2 years, but the correct function code for the theme support is now [44:41]:
function followandrew_theme_support (){
add_theme_support('title-tag');
}
add_action('after_setup_theme','followandrew_theme_support');
(!) 'after_setup_theme instead' of' after_theme_setup'
He forgot to mention that. Completely his fault
First off, amazing tutorial!
For the weird menu stuff where you can't control the classes of the anchor element and have to write the unordered list in a string and add the icons and list item classes in WP, could you just loop through an array of menu items from the WP API and then simply echo them to the page inside of the ul?
Thanks so much. This was so helpful for a WP newbie. Well presented and not rushed, so easy to follow.
Thank you for taking the time to explain things clearly.
Hey you inspired me. Because I was learning more then 2 day evan I couldn't understand. You did what I need. Thank you 😊
3:50 - which is the previous video that you talk about?
Up! Same question here!
Thanks a million for taking your time and giving me such a good tutorial. Thank you Sir!
I've done some basic PHP training and have worked with Wordpress and themes. This was a great tutorial to see how PHP ties into the functionality of themes. Cool stuff.
Very good tutorial. It would be nice to add a new timestamp at 2:12:04 which is about widgets.
Thank you for helping the society with the best stuff...
I dont know why, but i feel a subliminal calling to "follow Andrew." Good stuff!
Excellent! I had been looking for such a detailed tutorial about mutating HTML/CSS into a WP site for some time.
Thank you for this tutorial! This is exactly how I learn and am able to wrap my head around thing once I am able to see it in action. :)
For anyone having trouble with 47:00, the dynamic page title, don't wrap the add_theme_support() function within another function, it just works now apparently
If I did the wrap it crashed the wp site
This video got me my dream job. Thanks andrew!
if you still wondering why my css not loaded in 20:53
you can try copy paste the content of css file from `blog-site-template/css/style.css` to `/style.css` then in front-page.php link the css with `wordpress/wp-content/themes//style.css`
same
THAT WAS AWSOME!!! thank you thousand times
Very helpful! Thanks a lot. I do have one question, however. How can I enable the Live-Updates? I can't seem to find anything on UA-cam or Google to help me out with this.
This really helped me out, as I am usually just a Web Designer, I can only code in HTML and CSS, but this was a great way to kickstart my workflow on customers projects.
I'd love to understand this too - how is live server setup in vscode? I have to refresh a browser after every update
2:10:06 I have a few questions about the archive page.
1. Why is only the first blog showing the date?
2. Why does the blog page has the same title as the last added page?
I have been creating custom Wordpress themes for years, great video, could have done with this years ago as had to learn some of this stuff as and when needed.
graham barnes could you mentor me
do you have a website or portfolio? I would really like to reach out as I have a few questions.
Thank you very much Andre.
Of course, the video course covers almost all important material for creating theme!
In 20 minute you make the copy past of html code.
But, for audience public - here are no way for link of recourse for the copy past of the code html page into front-page.
I'm trying rewrite the html code from the video , and I'm not sure if all code I have to rewrite from UA-cam video.
Regards Genady.
Hello, I have a little comment on this course, Andrew is very good, but also he do some changes and he cut it out from the video so we get confuse so please be careful next time for this issue because it is very important.!
This is exactly what I needed! Thank you thank you thank you!
Great tutorial, but there are a few errors, like the_title() function in the header.php file. It makes an issue on the archive page because there will be a title of the first post in this place.
Any advice on how to fix this? I was really disappointed when I realized that too.
Great tutorial !
Just want to point out you forgot to add a timestamp on the widget part, which what i was looking for
Excellent tutorial! Love the step-by-step walkthrough
Hello, the training was excellent
Please provide a template design tutorial that is compatible with Elementor
Bro this is one of the best channels
Danke!
Hey there!, first of all thanks for the video it help me a lot!, i have just one question, how do you do a hot reload?
Well that was probably all i needed to know to adjust stuff... Great video, thanks a lot!
Thank you Andrew Wilson for this great tutorial. The video divided into chapters and showing what it should look like has helped me tremendously!
thanks! i finished it and have a beautiful blog now
Great Tutorial❤❤
Looks nice. On my watch list
Done. Watched.
25:23 so where is the css coming from? as I thought the css file is what has info on the Wordpress theme not what the website looks like? or is there a css folder where the css goes into?
same problem lol
Just Amazing! The course is complete and I learnt a lot. Thanks so much
Great tutorial Andrew - keep 'em comin!
Awesome video. I'm having a trouble with the logo part. does not work.