Answers for "how to include css files 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

including css files in wp

1
wp_enqueue_style ( 'custom-font-awesome', get_theme_file_uri('/css/all.min.css'), array () );
Posted by: Guest on March-26-2022

Code answers related to "how to include css files in wordpress"

Browse Popular Code Answers by Language