Тёмный

Use WP Enqueue Style To Properly Add CSS Files To WordPress 

WordPress Tutorials - WPLearningLab
Подписаться 155 тыс.
Просмотров 24 тыс.
50% 1

Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: wplearninglab....
Use WP Enqueue Style To Properly Add CSS Files To WordPress • Use WP Enqueue Style T...
wp_enqueue_script can be used to add stylesheets to the head section of your WordPress site. It's easy to use. Just copy and paste the code from the blog into your functions.php, change some details and you're done.
Stop brute force attacks before they happen with this workshop: wplearninglab....
Grab your free 17-Point WordPress Pre-Launch PDF Checklist: vid.io/xqRL
Download your exclusive 10-Point WP Security Checklist: bit.ly/10point-...
I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.
--------------
If you want more excellent WordPress information check out our website where we post WordPress tutorials daily.
wplearninglab....
Connect with us:
WP Learning Lab Channel: www.youtube.com...
Facebook: / wplearninglab
Twitter: / wplearninglab
Google Plus: google.com/+Wpl...
Pinterest: / wplearninglab

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@wplearninglab
@wplearninglab 6 лет назад
If you enjoyed this video don't forget to the like it and subscribe! Then check out this playlist about high-powered WordPress admin tweaks: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YhKVXC8t6DA.html
@jsr7599
@jsr7599 5 лет назад
5 minutes -> problem solved Thank you!
@caninetrainingsolutionsofc9030
Your videos are always appreciated. Thank you
@wplearninglab
@wplearninglab 6 лет назад
Thanks :) I do my best to create useful videos. Thanks for watching!
@adrian-rainbow
@adrian-rainbow 5 лет назад
What if it's a CSS file in my child theme? how would I do the path if the file is next to your style.css file? Too much missing here again :(
@maxsoon2677
@maxsoon2677 6 лет назад
Thanks for this! Very useful for beginner!
@wplearninglab
@wplearninglab 6 лет назад
Cool, thanks for watching!
@sadeklab
@sadeklab Год назад
how to let every patient able to open his laboratory result in word press?? what is the plugin or what I have to do? thank you
@LadyAmandaReneeMerry
@LadyAmandaReneeMerry 6 лет назад
Thank you for showing where to paste the code and the back up tip! This information was missing from everywhere else I've looked! Everybody but iphone users can see my site. My last hail mary is to force their browers to clear their cache
@wplearninglab
@wplearninglab 6 лет назад
Hi Amanda, what do iPhone users see? Just a blank page?
@LadyAmandaReneeMerry
@LadyAmandaReneeMerry 6 лет назад
@@wplearninglab they see my site name and limited menus in blue. Plus it says it's running a theme I'm no longer using. My site will work if i purposefully type in a non-existent page on my website. It say 404, but the current theme loads how it should and users are able to navigate from there. That's what made me think it was a cache problem.
@wplearninglab
@wplearninglab 6 лет назад
Hi Amanda, Sorry for the delay in responding. Our third child arrived 12 days ago and it's been a bit of a gong show around here 👶 That certainly does sound like a caching problem. Do you have caching plugins installed on your site or have a host that caches pages on the server (siteground does this)?
@adrian-rainbow
@adrian-rainbow 5 лет назад
The script to copy ISN'T in the description below.
@wplearninglab
@wplearninglab 5 лет назад
Hi Adrian, You're right, the link was missing in the description. Here's the link to the script on my website: wplearninglab.com/use-wp-enqueue-style-to-properly-add-css-files-to-wordpress/ RU-vid doesn't allow scripts in the description. I hope that helps!
@HifyTech
@HifyTech 4 года назад
@Neo V2RNA59Z the video could stop ranking high if he edits the metadata
@jonjacobs2265
@jonjacobs2265 5 лет назад
Hi there, I just wanted to let you know - this step is not discussed anywhere in your video and it is critical to add this. I have been wrestling with your video for the past 2 days to figure out why my CSS isn't loading. And it was because I didn't add the code to header.php where the style.css link rel line would normally go.
@deyoglines3300
@deyoglines3300 5 лет назад
Hi and thank you for your tuts. does anything need to change in this line? add_action( 'wp_enqueue_scripts', 'enqueue_my_custom_styles' ); I'm asking only because when I pull my parent CSS the second half of add action reads ..'my_theme_enqueue_styles' );. Do these need to be the same for whatever I enqueue? Thank you.
@MuhammadAhmad-tk3qy
@MuhammadAhmad-tk3qy 4 года назад
i have done it but still my css file not include. I don't know what's wrong even there is not any error display . I also change the debug value in wp_config.php file
@sijomonr5161
@sijomonr5161 5 лет назад
how to deactivate plugin styles in wordpress ? For me , I need to override all tabs style with ,my custom css . Please give a solution for this
@emmanuelzkr
@emmanuelzkr 4 года назад
Is there a way to use wp_dequeue to change default css from theme (style.css)?
@efrainlemus7990
@efrainlemus7990 5 лет назад
Do you know how can I add css files located in the css folder? "theme/css/bootstrap.min.css" I have no idea how to load and everything I try isn't good enough, can you please help me?
@evangeloskolimitras5276
@evangeloskolimitras5276 5 лет назад
Excellent tutorial. One question! How could we insert multiple cdn styles and scripts. Bootstrap for example that has both styles and scripts! thanks! :) keep up the good work!
@sayahjoo2578
@sayahjoo2578 6 лет назад
Thanks a lot
@wplearninglab
@wplearninglab 6 лет назад
You're welcome Hadj, thanks for watching!
@terras06233
@terras06233 3 года назад
hi! can i change the version file whit this function? how can i do?
@mindmappingtalkz1185
@mindmappingtalkz1185 4 года назад
my stylesheet is not showing in home page
@robertalexander2193
@robertalexander2193 5 лет назад
Not working with mine & I followed step by step.
@wplearninglab
@wplearninglab 5 лет назад
Hi Robert, Are you getting any errors that may be helpful? Can you paste the code you used in here?
@shadhinbiswas7380
@shadhinbiswas7380 6 лет назад
My WP Enqueue Style function not working , R you help me pls!
@wplearninglab
@wplearninglab 6 лет назад
Hi Shadhin, are you receiving any error messages? Can you copy/paste your code into a comment reply?
@yosuahebron
@yosuahebron 4 года назад
thank you very much, always appreciated your masterpiece
@georgesears1615
@georgesears1615 5 лет назад
WHY use this function though? Seems like there so many Wordpress functions that are unnecessary.
@gmanpublications
@gmanpublications 5 лет назад
Dude your website sucks! I'm trying to follow along and went to grab the code and your pop ups keep interrupting.
@TeresaMarlena
@TeresaMarlena 6 лет назад
I´ve tried create an account on your side, but it says "User registration is currently not allowed." :(
@wplearninglab
@wplearninglab 6 лет назад
Hi Marlena, there isn't any free stuff on the site right now I'm afraid. All my free material is on RU-vid :)
Далее
Beatrise (пародия) Stromae - Alors on danse
00:44
How to Add Custom CSS to WordPress (Simple & Quick)
5:22
How to Edit WordPress Code (HTML, CSS, PHP, JavaScript)
10:03
Pingback Spam - What Is It & How To Stop It
4:31
Просмотров 6 тыс.
Converting HTML Sites to WordPress Sites
7:34
Просмотров 459 тыс.
WordPress Theme Development Tutorial 6: functions.php
13:09
Beatrise (пародия) Stromae - Alors on danse
00:44