Answers for "how to load css properly in wordpress"

3

how to add css file in wordpress

wp_enqueue_style( 'style', get_stylesheet_uri() );
Posted by: Guest on May-28-2020
0

wordpress template load CSS

wp_enqueue_style( 'slider', get_template_directory_uri() . '/css/slider.css',false,'1.1','all');
Posted by: Guest on September-22-2020

Code answers related to "how to load css properly in wordpress"

Browse Popular Code Answers by Language