How do I get my page to load the jQuery UI Effects library?
You can call scripts in your function to only load for the front or home page. The codex is not a very complete reference, to include the jQuery UI Effects core you can do the following: wp_enqueue_script( ‘jquery-effects-core’); Or you can iclude just the effects you want , such as: wp_enqueue_script( ‘jquery-effects-blind’); Here is a … Read more