tholman / cursor-effects

Old-school cursor effects for your browser built with modern JavaScript
https://tholman.com/cursor-effects
3.45k stars 254 forks source link

installing to wordpress #20

Closed sonnyobrien closed 2 years ago

sonnyobrien commented 2 years ago

how could this get going into wordpress theme??

harryssecret commented 2 years ago

You just have to load your script with a wp_register_script + wp_enqueue_scripts in your functions.php theme, then creating a js file and read the doc a bit to see how to implement the custom cursor to the page ! :)