How to enqueu css in wordpress? Somebody help? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to enqueu css in wordpress? Somebody help?

Css in wordpress

3rd Jul 2020, 3:56 PM
Cherry Bless B. Belotindos
Cherry Bless B. Belotindos - avatar
2 Respostas
+ 1
Insert this code to function.php . . function funchw() { wp_enqueue_style('style', get_stylesheet_uri() ) ; } add_action('wp_enqueu_scripts', 'funchw') ;
3rd Jul 2020, 4:26 PM
Reza Rafiei
Reza Rafiei - avatar
+ 1
Thank youšŸ˜Š
4th Jul 2020, 5:55 AM
Cherry Bless B. Belotindos
Cherry Bless B. Belotindos - avatar