Answers for "wp include css file"

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

Browse Popular Code Answers by Language