0
I have two javascript files inside a folder called (js) and I want to know how to call it in the code of the theme I’m creating. But how do I do that, I know I have to use functions.php or am I wrong? I ask you to help me because I am new in creating wordpress themes and I am as much difficulty to solve this.
with the css I did this and it worked
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url') ?>/style.css" media="screen,projection"/>
Have you searched the documentation? https://developer.wordpress.org/themes/basics/including-css-javascript/
– Woss
Thanks for the answer already solved the problem, I put a Function that logs in the login the scripts loaded in the footer. Thank you
– Jr17
If you solved the problem, post the solution as an answer.
– Woss