How to Create a Custom WordPress Theme - Full Course

How to Create a Custom WordPress Theme - Full Course
Advertisement

LEAVE YOUR COMMENT

LATEST COMMENTS

@followtariq Says:
Geat. Excellent in one video. thanks a lot
@Barister-sv3gj Says:
Why hasn't the author included the integrity arguments when enqueuing the scripts in functions.php? I mean if they were present in the theme layout, wasn't it necessary to add it? but he just forgets them during the process and doesn't explain why.
@daon23 Says:
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
@MianaKitty-bx4uc Says:
What software to open 4:08, this tutorial is incomplete.
@davaici Says:
Thank you VERY MUCH for this AMAZING free content 🤩!
@followtariq Says:
Mind blowing instruction
@kadeus Says:
Fukkkking video how did u started??? wp-content?????? 9 milion follower 🤣🤣🤣🤣🤣
@WeeSleeket Says:
Sorry, but seeing the presenter in the bottom corner of the screen the entire time is too distracting for me to even watch this.
@user-gj4ij7nh1t Says:
hi there ,i'm trying to upload the " FollowAndrew" folder to the Theme in Wordpress and I have an error message such as "The package could not be installed. The style.css stylesheet does not contain a valid theme header.Theme installation failed." how can I proceed ? THX in addvance!! great video!!
@vegito8502 Says:
Great introductory course. However would recommend focusing on the walker nav menu class to better support menus
@vikyvixxxen3579 Says:
Hi i managed to edit the anchor tags in the menu without using walker by adding the class of the div that nests the nav items lets say "burger-menu-anchors" that will be the
    tag for wordpress to the php class and in my CSS i have .burger-menu-anchors a{} and in there my styles and that let me change the color of the anchors and even setup a nice hover animation with .burger-menu-anchors a:hover{} Dont know if its valid and wont cause issues in the long run but hey it works so far :)
@6151richmondstreet Says:
I’m doing a mobile-first design and have two separate navbars with unique code (a hamburger menu for mobile and a traditional top-screen navbar for desktop), and when I apply the changes outlined in the dynamic menus section of the video it completely screws up my layout on mobile. Help?
@user-dv6hk9pw5y Says:
Thank you for the content
@MarianoFrias Says:
Great tutorial! Very detailed and well explained! Round of aplause 👏👏
@GerbzzCS2 Says:
At 20 minutes in, when you link the CSS file, we have not yet got the CSS from the template and did anything to it, so the style.css in the root should only be the comments we added to get the screenshot.png, so why would linking the CSS at this point have the CSS we need from the blog template CSS folder?
@ahmedfox5935 Says:
Thanks for the great video, however there is a problem that happened with me, I don't know if I missed something! when referring to the local style.css for the theme it is still empty! and has only the metadata up to that moment of the video, so the fix would be to copy the content of the original style sheet from the theme-template/css folder into the style.css sheet of the theme.
@jonathanperera5263 Says:
Everything progressed well but at 1:50:00, I still only get the text-area for the comments while my name , email, website fields are not displayed. I believe I can just add them manually, but I am worried about why I can't get it the way Mr.Andrew did.
@Dylson Says:
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!
@dvrkpijo828 Says:
the file on github is not the one shown on the video
@LouiseJosephine Says:
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!
@marklsimonson Says:
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.
@paulab9310 Says:
this is a great tutorial, has anyone tried to add a custom title to the Blog Archive page or the Search Results page? I can't quite figure out ho to do that. I am looking at using add_theme_support( 'custom-header' ), but it might take me a while to figure out how to pass the correct args or to call the function in the archive.php
@KaanYargc174 Says:
good lesson
@ngujocynel9234 Says:
i self study coding watching youtube. The only thing i know is html thats all but i really want to learn im eager to learn. then im watching your video and im too far
@mightydawnweb Says:
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!
@arnab_d9 Says:
This is a great short and crisp turorial. This content is gem for beginners. Thank you so much!!
@vojtabobek3783 Says:
Hey thanks for video! I have one question, what if i want to add one more static Page? I Just add one more php file or what do i need to do?
@mexantos Says:
Is there any update of wordpress theme tutorial with block theme, and pay attention to custom style and pattern especially (this is really new mindset about how we thinking about WP today)
@Rewolbebol Says:
I just love how you explain everything in suck details, thank you !
@inner_treasure2896 Says:
You are great man thank you a lot❤️
@Grasiani Says:
What's the program you're using for coding?
@reshadkarimnavid8883 Says:
my wp_head(); is not working properly
@reshadkarimnavid8883 Says:
Thank you so much sir! Best wishes for you
@user-nu3lh3zn6x Says:
first of all it doesn't working the bootstrap is not show when i use enqueue
@okeregodspowerkelsey4217 Says:
Nice tutorial Andrew. This is a good starting point into Wordpress Development. Just something to point out. Pls I noticed in the index.php file that's pulling all blog posts from the content-archive.php file in the templates-parts directory only shows the date for the first post but the date doesn't appear on the other posts on the same page. Is there a way to go around fixing this issue? Thanks.
@_aumaca Says:
Thank you very much sir... Incredible class.
@adewoleemmanueladesola3040 Says:
Hello, I have watched the tutorial, but how can I make the website template developed through code editable using Elementor, so that my client can edit the content with ease without visual studio.
@droopy_911 Says:
The theme is so ugly lol
@anmoldhanoa394 Says:
Any one face problems while add custom css ?
@al_vr. Says:
thanks a lot
@YasminFilms Says:
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!
@Gamerfan2000 Says:
is anyone else having a problem with the CSS file at the begining, I also can't load the css file even if I hardcode it. Something is not right. what am I doing wrong? Also, could it be that I am using PHP 8.2, that these errors pop up?
@juancaca1993 Says:
Thanks for the tutorial, though I think many things were improvised and not well prepared.
@zulmianah Says:
Fantastic tutorial Andrew! Very informative and easy to follow along. I want to deep dive in menu customization. Do you have other documentation about this. Menu with Submenu.
@nushi21 Says:
Thank you! great video
@oswaldcobolpot8978 Says:
f...k you for this learning 🤬🤬🤬🤬🤬
@HaifengZhu-pn3uq Says:
hi, apart from html, css, js and php, what other codes will be used in wordpress development?
@SmallTownDev Says:
Want to really learn WordPress Development? Check out much more at my channel - https://www.youtube.com/@SmallTownDev
@BallEcomThatthana Says:
does anyone know why my archive page shows content-article.php instead of content-archive.php? in both archive and index file i use get_template_part('template-parts/content', 'archive'); which should be correct? Thanks
@khalidelgazzar Says:
Looks nice. On my watch list

More Videos