wordpress | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

wordpress

Hi I want to know how to import my presonnal formular in wordpress with css an js docs

5th Mar 2019, 2:51 PM
frantz_stephen
1 Answer
0
You have to enque them in functions.php Yo import css use wp_enque_style() and for js use wp_enque_script() Reference: (JS) https://developer.wordpress.org/reference/functions/wp_enqueue_script/ (CSS) https://developer.wordpress.org/reference/functions/wp_enqueue_style/
5th Mar 2019, 9:28 PM
Rakibul Yeasin
Rakibul Yeasin - avatar