Home › Forums › Back End › WP – How to add a script to a specific page › Reply To: WP – How to add a script to a specific page
September 8, 2014 at 7:44 am
#182132
Participant
You wouldn’t need an if statement. is_page_template(templateName)
will only load the maps script if it matches.