Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created January 8, 2015 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennimckinnon/814a0025c3235a3a5b04 to your computer and use it in GitHub Desktop.
Save jennimckinnon/814a0025c3235a3a5b04 to your computer and use it in GitHub Desktop.
function my_scripts_method() {
wp_enqueue_script(
'custom-script',
get_stylesheet_directory_uri() . '/js/topbutton.js',
array( 'jquery' )
);
}
add_action( 'wp_enqueue_scripts', 'my_scripts_method' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment