
How to Create a Custom WordPress Theme - Full Course
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Lorentz
I'm having a bit of a difficulty. My question is probably way out of the scope of this comment section, but when I try to pass my head links into the function php file, it doesn't get rendered. I'm wondering if I've made a mistake in the language or if my setup isn't quite right. It's a real struggle knowing where to start. I did start with the documentation, but even then, it's still a bit of a struggle. If anyone can offer help or suggestions, I'd be grateful.
reply
I'm having a bit of a difficulty. My question is probably way out of the scope of this comment section, but when I try to pass my head links into the function php file, it doesn't get rendered. I'm wondering if I've made a mistake in the language or if my setup isn't quite right. It's a real struggle knowing where to start. I did start with the documentation, but even then, it's still a bit of a struggle. If anyone can offer help or suggestions, I'd be grateful.
reply
Scipio
Sadly, when I add register_styles function() with wp_enqueue_style in functions.php file my styles still don't load.
I did put wp_head(); in front-page.php file, and did all the steps Andrew spoke about.
I'm using a local server via XAMP on Windows 10.
I've tried to search for help online, but none of the answers I've found did help.
Does anyone know how to deal with that problem?
reply
Sadly, when I add register_styles function() with wp_enqueue_style in functions.php file my styles still don't load.
I did put wp_head(); in front-page.php file, and did all the steps Andrew spoke about.
I'm using a local server via XAMP on Windows 10.
I've tried to search for help online, but none of the answers I've found did help.
Does anyone know how to deal with that problem?
reply
Tax
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 YouTube 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.
reply
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 YouTube 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.
reply
The
Hi, is these codes still working?
I tried to follow your tutorial here, but when I was just in the section -Create Required Empty Files / Folders for Theme- when editing the css file path it's not work as expected.
And I have a question, you only put; Theme Name, Text Domain, Version, etc. in the style.css, but how can it style the page?
reply
Hi, is these codes still working?
I tried to follow your tutorial here, but when I was just in the section -Create Required Empty Files / Folders for Theme- when editing the css file path it's not work as expected.
And I have a question, you only put; Theme Name, Text Domain, Version, etc. in the style.css, but how can it style the page?
reply
---
i have a note. pls. zoom in when you show menus. when watching on phone or 27- screen is hard to read the text on the menu.
its hard to follow. i can see you investing in creating high level quality videos. thx for that. the L side of the screen will be easy to fix on the next videos.
keep up the great work.
reply
i have a note. pls. zoom in when you show menus. when watching on phone or 27- screen is hard to read the text on the menu.
its hard to follow. i can see you investing in creating high level quality videos. thx for that. the L side of the screen will be easy to fix on the next videos.
keep up the great work.
reply
THOUFEEQUE
Hi sir-
most of the learners need a tutorial for this keywords - -how to show user live location in our word-press website- - in text format on the top navigation bar or anything places like alert window etc..--
this tutorial its very helpful for us we are waiting for tutorial -
thank you .-
reply
Hi sir-
most of the learners need a tutorial for this keywords - -how to show user live location in our word-press website- - in text format on the top navigation bar or anything places like alert window etc..--
this tutorial its very helpful for us we are waiting for tutorial -
thank you .-
reply
Abir
We can add -.nav-link- class using Vanila JavaScript:
function addClass(selector, className) -
let nList = document.querySelectorAll(selector);
for (let i = 0; i < nList.length; i++) -
nList[i].classList.add(className);
-
-
addClass(-.nav-item a-, -nav-link-);
-FollowAndrew
reply
We can add -.nav-link- class using Vanila JavaScript:
function addClass(selector, className) -
let nList = document.querySelectorAll(selector);
for (let i = 0; i < nList.length; i++) -
nList[i].classList.add(className);
-
-
addClass(-.nav-item a-, -nav-link-);
-FollowAndrew
reply
Bruce
Sorry another question ... do you have a video on how you made the website before converting it to a theme using bootstrap etc? I'm familiar with HTML and CSS2 but a bit behind in the new stuff! Enjoying this video - you are making it really clear ---
reply
Sorry another question ... do you have a video on how you made the website before converting it to a theme using bootstrap etc? I'm familiar with HTML and CSS2 but a bit behind in the new stuff! Enjoying this video - you are making it really clear ---
reply
David
How are you getting all of these themes to auto save? I had to zip the folder and upload it to wordpress for it to recognize the theme. Its almost like you have your theme running on a live server where wordpress is constantly reading your file.
reply
How are you getting all of these themes to auto save? I had to zip the folder and upload it to wordpress for it to recognize the theme. Its almost like you have your theme running on a live server where wordpress is constantly reading your file.
reply
Hanasa
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-
reply
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-
reply
Add a review, comment
Other channel videos















