How to Create a Custom WordPress Theme - Full Course

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 758

  • @jinks908
    @jinks908 Рік тому +137

    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. 👍

    • @sergiu2325
      @sergiu2325 Рік тому +3

      This is exactly what I thought.

    • @SHARAFx16
      @SHARAFx16 10 місяців тому +1

      agreed

    • @FollowAndrew
      @FollowAndrew 7 місяців тому +2

      You're welcome! There truly is tens of thousands of dollars worth of knowledge/content packed into this video!

    • @antoniofuller2331
      @antoniofuller2331 3 місяці тому

      ​@@FollowAndrew400 Billion

  • @Jennifooclay
    @Jennifooclay 3 роки тому +184

    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!

  • @JP-ps8fb
    @JP-ps8fb 4 роки тому +132

    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.

    • @adiljamshad215
      @adiljamshad215 4 роки тому +11

      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
      @charlie-george 4 роки тому

      @@adiljamshad215 How did he get his working with the incorrect spelling?

    • @adiljamshad215
      @adiljamshad215 4 роки тому +3

      @@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!

    • @charlie-george
      @charlie-george 4 роки тому +5

      @@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.

    • @travisantoniello
      @travisantoniello 4 роки тому +1

      Glad this is only a couple of comments down, cheers

  • @nextrie
    @nextrie 4 роки тому +192

    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.

    • @FollowAndrew
      @FollowAndrew 4 роки тому +13

      Thanks, developing WordPress themes definitely has quite a few quirks, but this should be a good guide on getting started!

    • @WEBDEVIndo
      @WEBDEVIndo 3 роки тому

      You are right nextTRIE. This channel very recommended

    • @christianpuchner6520
      @christianpuchner6520 3 роки тому +2

      I am just starting to watch and already know that this is gold

  • @marklsimonson
    @marklsimonson 11 місяців тому +4

    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.

  • @mattlarsen
    @mattlarsen Рік тому +9

    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.

  • @kaioganso
    @kaioganso 3 роки тому +9

    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.

    • @fabestcoder
      @fabestcoder 2 роки тому

      Watch More- #FabestCoder

    • @asthaneupane2514
      @asthaneupane2514 2 роки тому

      How would you create other pages, such as Gallery, About, History / Timelines?

  • @OZTutoh
    @OZTutoh Місяць тому +1

    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.

  • @sanathkumar6526
    @sanathkumar6526 4 роки тому +34

    Honestly, my fav channel on UA-cam

  • @YasminFilms
    @YasminFilms Рік тому +9

    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!

    • @gamersview7791
      @gamersview7791 Рік тому

      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.

    • @carlholms8502
      @carlholms8502 Рік тому

      Thanks for pointing that out @YasminFilms :)

  • @Nartek01
    @Nartek01 3 роки тому +6

    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.

  • @darkrayl3igh
    @darkrayl3igh 3 роки тому +2

    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?

  • @zulfiqaralikhan3227
    @zulfiqaralikhan3227 3 роки тому +7

    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

  • @GeekBastion
    @GeekBastion 3 роки тому +12

    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

    • @codingshiv1670
      @codingshiv1670 2 роки тому

      Hey ! do you know how t setup the environment? u know any video regarding it ? pls help me

    • @GeekBastion
      @GeekBastion 2 роки тому

      @@codingshiv1670 wdum

    • @codingshiv1670
      @codingshiv1670 2 роки тому

      @@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

    • @GeekBastion
      @GeekBastion 2 роки тому

      @@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

    • @codingshiv1670
      @codingshiv1670 2 роки тому

      @@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.

  • @watchryang
    @watchryang 4 роки тому +9

    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.

  • @japhethjay4880
    @japhethjay4880 Рік тому +1

    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.

  • @andreranulfo-dev8607
    @andreranulfo-dev8607 3 роки тому

    I don't have the words to thank you. You just helped a simple guy put food in his table with your tutorial.

  • @netti1294
    @netti1294 3 роки тому +31

    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' );

    • @andreranulfo-dev8607
      @andreranulfo-dev8607 3 роки тому

      Me! Thanks a lot!

    • @pakinem3991
      @pakinem3991 2 роки тому

      thaaaaanks a lot
      I spent the whole day trying to figure it out
      you are a life saver

  • @jeremywallis3867
    @jeremywallis3867 3 роки тому +6

    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 :-)

  • @PLUS-sj4sf
    @PLUS-sj4sf 3 роки тому +2

    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!!!

  • @MetalGinger
    @MetalGinger 2 роки тому +1

    This tutorial has been GREAT! Best resource I've come across on UA-cam with creating custom themes. Thank you!

  • @jakariahossain-q4x
    @jakariahossain-q4x Рік тому

    Thank GOD, Finally the greatest tutorial I found. Better than many paid courses. Short and clear.

  • @Kaamz1926
    @Kaamz1926 3 роки тому +1

    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

  • @thescribblersdiary
    @thescribblersdiary 6 місяців тому

    Literally! A Masterpiece. Very well crafted. Watching it after 4 years for my prep and its wonderfull 👏🏻👏🏻

  • @StephanPetrequin
    @StephanPetrequin 7 місяців тому

    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.

  • @ds2556
    @ds2556 3 роки тому +5

    Out of the dozens of courses I've done for various web development related learning you by far are my favorite teacher!

  • @tonbii
    @tonbii 6 місяців тому

    Great tutorial. The best tutorial for Wordpress I have ever seen. Thank you, Andrew.

  • @jimmylam3659
    @jimmylam3659 4 роки тому +13

    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.

    • @johnadringonsalves1322
      @johnadringonsalves1322 3 роки тому +2

      use local it alows you to host the site on your pc

    • @niels8195
      @niels8195 3 роки тому

      I was wondering this too

    • @julialoucks
      @julialoucks 2 роки тому

      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.

  • @_._lis_._
    @_._lis_._ Рік тому +1

    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.

  • @muneebmukhthar4880
    @muneebmukhthar4880 4 роки тому +2

    This is the best WordPress tutorial I ever found!. Thanks, Andrew for making it.

  • @arnab_d9
    @arnab_d9 11 місяців тому

    This is a great short and crisp turorial. This content is gem for beginners. Thank you so much!!

  • @snjosyula
    @snjosyula 2 роки тому

    What a video, wonderful. 2.30 Mn Wordpress Crash course. In return i clicked all your ads :)

  • @Rewolbebol
    @Rewolbebol Рік тому

    I just love how you explain everything in suck details, thank you !

  • @Dylson
    @Dylson 10 місяців тому

    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!

  • @lexerquine3008
    @lexerquine3008 Рік тому +1

    absolutely a gem! no error whatsoever and everything worked perfectly following step by step. thank you so much for your work and great video.

  • @iotmadeez1192
    @iotmadeez1192 Рік тому +1

    This is truly GOLD class tutorial! Thanks a tonne Andrew for making Wordpress Themes Creation so simple for novices like me.

  • @mightydawnweb
    @mightydawnweb 11 місяців тому

    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!

  • @georgesngandeu9115
    @georgesngandeu9115 3 роки тому

    This dude is a wordpress god, very very well explained!!!!! Thank you fcc!!!!!! I am definitely supporting this project

  • @FulfillingMinds
    @FulfillingMinds 3 роки тому

    Thanks!

  • @manishsrivastava4698
    @manishsrivastava4698 4 роки тому +1

    This is on of the best tutorial , at least I know from now.... where to start.Thanks a lot Andrew.

  • @deeppatel1123
    @deeppatel1123 Рік тому +14

    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 :

  • @rongdong1914
    @rongdong1914 4 роки тому +1

    I learned too many things about web development from these tutorials. so many thanks

  • @riveto_ir
    @riveto_ir 5 місяців тому

    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 😍🔥✌🏻

  • @Sp33nDy
    @Sp33nDy Рік тому

    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!

  • @vegito8502
    @vegito8502 9 місяців тому +1

    Great introductory course. However would recommend focusing on the walker nav menu class to better support menus

  • @biolbam
    @biolbam 2 роки тому

    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!

  • @MarianoFrias
    @MarianoFrias 10 місяців тому

    Great tutorial! Very detailed and well explained! Round of aplause 👏👏

  • @Mugge243
    @Mugge243 3 роки тому +1

    Thank you so much for this course! I've disabled my adblock just to support you :D!!

  • @quirkymarshmallow9324
    @quirkymarshmallow9324 4 роки тому +1

    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.

  • @samruddhakalke469
    @samruddhakalke469 3 роки тому

    Your videos are the best man.. Second time used it for building website.. Cool..Thank you for making such videos

  • @patrickgeorgiev1350
    @patrickgeorgiev1350 3 роки тому

    Great help for SEO on WordPress, I can understand how to customize stuff without any 3rd party plugins that create bloat, great work!

  • @stefan_josch
    @stefan_josch 2 роки тому

    You are my hero. Great job! Best quality of video and content. Thank You!

  • @wutever0
    @wutever0 3 роки тому

    Quite a lot of effort you put there.. Thanks a lot Andrew! All the best

  • @ObscureDeveloper
    @ObscureDeveloper Рік тому +3

    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('', '');"

  • @miyushanrodrigo3708
    @miyushanrodrigo3708 2 роки тому

    Thank you Andrew. This is a great tutorial for beginners who like to learn WordPress theme developments.♥♥

  • @MissBoom135
    @MissBoom135 2 роки тому +2

    Fantastic tutorial Andrew! Very informative and easy to follow along.

  • @yogibangalore6206
    @yogibangalore6206 2 роки тому

    super dooper smart teacher you are.. clearly explained..

  • @ygjt76v0-----
    @ygjt76v0----- 3 роки тому

    Best channel on youtube

  • @Brandamonium
    @Brandamonium 3 роки тому +2

    This is SOOOO helpful! Thank you. I learned a ton in a short amount of time.

  • @samirmaharjan6437
    @samirmaharjan6437 Рік тому +5

    when did you loaded your css in style.css?? 20:14 Am ithe only one to poit out this thing

    • @juancaca1993
      @juancaca1993 Рік тому +1

      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

  • @LouiseJosephine
    @LouiseJosephine 11 місяців тому

    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!

  • @irisschaumberger8737
    @irisschaumberger8737 2 роки тому +2

    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'

    • @alighieribosch
      @alighieribosch Рік тому

      He forgot to mention that. Completely his fault

  • @justingolden87
    @justingolden87 2 роки тому +5

    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?

  • @err5634
    @err5634 Рік тому

    Thanks so much. This was so helpful for a WP newbie. Well presented and not rushed, so easy to follow.

  • @mikolots
    @mikolots Рік тому

    Thank you for taking the time to explain things clearly.

  • @mujibilla1749
    @mujibilla1749 Рік тому

    Hey you inspired me. Because I was learning more then 2 day evan I couldn't understand. You did what I need. Thank you 😊

  • @ivanyosifov2629
    @ivanyosifov2629 4 роки тому +7

    3:50 - which is the previous video that you talk about?

    • @erwinmesi
      @erwinmesi 4 роки тому +1

      Up! Same question here!

  • @Thaulopi
    @Thaulopi 4 роки тому +2

    Thanks a million for taking your time and giving me such a good tutorial. Thank you Sir!

  • @gilbertvasquez7913
    @gilbertvasquez7913 Рік тому

    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.

  • @AyeAyeMon
    @AyeAyeMon 3 роки тому +3

    Very good tutorial. It would be nice to add a new timestamp at 2:12:04 which is about widgets.

  • @chesterleespencer5808
    @chesterleespencer5808 2 роки тому

    Thank you for helping the society with the best stuff...

  • @calebb5490
    @calebb5490 3 роки тому

    I dont know why, but i feel a subliminal calling to "follow Andrew." Good stuff!

  • @vincentberlin1345
    @vincentberlin1345 4 роки тому +1

    Excellent! I had been looking for such a detailed tutorial about mutating HTML/CSS into a WP site for some time.

  • @SindyAnne
    @SindyAnne Рік тому

    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. :)

  • @daon23
    @daon23 8 місяців тому

    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

    • @daon23
      @daon23 8 місяців тому

      If I did the wrap it crashed the wp site

  • @motalofi
    @motalofi 2 роки тому

    This video got me my dream job. Thanks andrew!

  • @nnivxix
    @nnivxix 2 роки тому +2

    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`

  • @محدثهاحمدی-ق6ط
    @محدثهاحمدی-ق6ط Рік тому

    THAT WAS AWSOME!!! thank you thousand times

  • @UndefinedComment
    @UndefinedComment 2 роки тому +3

    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.

    • @adamdurrant
      @adamdurrant Рік тому

      I'd love to understand this too - how is live server setup in vscode? I have to refresh a browser after every update

  • @janperhoeve4689
    @janperhoeve4689 2 роки тому

    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?

  • @grahamabarnes
    @grahamabarnes 4 роки тому +4

    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.

    • @kaycampbell364
      @kaycampbell364 4 роки тому

      graham barnes could you mentor me

    • @alephinnovations6008
      @alephinnovations6008 2 роки тому

      do you have a website or portfolio? I would really like to reach out as I have a few questions.

  • @GenadyKorostyshevsky
    @GenadyKorostyshevsky 3 роки тому

    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.

  • @nassimsleem7
    @nassimsleem7 2 роки тому +1

    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.!

  • @donbedwell2322
    @donbedwell2322 4 роки тому +3

    This is exactly what I needed! Thank you thank you thank you!

  • @kila0bdg
    @kila0bdg 3 роки тому +6

    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.

    • @ninovslife
      @ninovslife 2 роки тому

      Any advice on how to fix this? I was really disappointed when I realized that too.

  • @pvtptt
    @pvtptt 3 роки тому +1

    Great tutorial !
    Just want to point out you forgot to add a timestamp on the widget part, which what i was looking for

  • @erichepperlewp
    @erichepperlewp Рік тому

    Excellent tutorial! Love the step-by-step walkthrough

  • @mohamadhosienahmadi3788
    @mohamadhosienahmadi3788 2 роки тому +2

    Hello, the training was excellent
    Please provide a template design tutorial that is compatible with Elementor

  • @dabest5561
    @dabest5561 4 роки тому

    Bro this is one of the best channels

  • @markohemmerich2135
    @markohemmerich2135 3 роки тому

    Danke!

  • @jonathansanchez7475
    @jonathansanchez7475 4 роки тому +3

    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?

  • @פבלויינשטיין-ו9מ
    @פבלויינשטיין-ו9מ 2 роки тому

    Well that was probably all i needed to know to adjust stuff... Great video, thanks a lot!

  • @jenearlyang7991
    @jenearlyang7991 3 роки тому

    Thank you Andrew Wilson for this great tutorial. The video divided into chapters and showing what it should look like has helped me tremendously!

  • @ed8623
    @ed8623 4 роки тому +1

    thanks! i finished it and have a beautiful blog now

  • @ayandas851
    @ayandas851 Рік тому +1

    Great Tutorial❤❤

  • @khalidelgazzar
    @khalidelgazzar Рік тому +1

    Looks nice. On my watch list

  • @Goldmaster
    @Goldmaster 4 роки тому +2

    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?

    • @leewseea
      @leewseea 4 роки тому

      same problem lol

  • @hassanndamnjoya8632
    @hassanndamnjoya8632 2 роки тому

    Just Amazing! The course is complete and I learnt a lot. Thanks so much

  • @tattarrrrattat
    @tattarrrrattat 4 роки тому

    Great tutorial Andrew - keep 'em comin!

  • @mozartism258
    @mozartism258 4 роки тому +3

    Awesome video. I'm having a trouble with the logo part. does not work.