Posts by joao lucas • 1 point
1 post
-
0
votes3
answers2440
viewsA: How to call scripts in a child Wordpress theme?
Zuul, it worked here I used the code function my_scripts() { wp_enqueue_script( 'nome-do-script', get_template_directory_uri() . '/js/meu_ficheiro.js', array('jquery'), '1.0.0', true ); } //…