badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: The JavaScript for Accordion does not work

#44711
ilayxz
Participant

I created a child theme and accordion.js is a javascript, which is in folder interface-child\js located.
So; interface-child/js/accordion.js.

Am I to use the following code at interface-child/functions.php to Loading the javaScript: (?)

add_action( 'wp_enqueue_scripts', 'interface_enqueue_accordion' );
function interface_enqueue_accordion() {
    wp_enqueue_style( 'interface', get_template_directory_uri() . '/accordion.js' );

}

I think, it said to be ‘js/accordion.js’ instead of ‘/acoordion.js’. But it doesn’t work in both case.

Thank you