Recently I have written about adding stylesheet conditionally in Genesis and today we are going to learn about adding the script (.js) conditionally using WordPress conditional ... Continue Reading »
enqueue
Conditional Tags to Load custom.css stylesheet
We all want to design a fast and perfect and optimized site and CSS plays an important role in this. However, misusing them can cause server performance and other bad effects on ... Continue Reading »
How To register & enqueue Stylesheets and Scripts
Keep in mind. .css file loads using wp_enqueue_style or firstly registered using wp_register_style and then enqueue it. example:-beautiful.css is a CSS file. .js file loads ... Continue Reading »