Skip to content

Instantly share code, notes, and snippets.

View luisrock's full-sized avatar

Mauro Lopes luisrock

View GitHub Profile
@luisrock
luisrock / newHome
Last active October 4, 2016 20:38
WP: Including Script and Style in a Template
function master_newHome_scripts() {
//js Bootstrap
wp_register_script('newHomeBsJs',
'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js',
array('jquery'),
'3.3.4');
//js do tema
wp_register_script('newHomeJs',
get_template_directory_uri() . '/js/newHome.js',