updated   : April 22, 2013
we now have 608 snippets

Highlight comments using #comment-hash and jquery

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add class=”highlight” to a comment when visiting a comment URL eg: wpsnipp.com/category/post/#comment-12 Don’t forget to create some css for the highlight class!

read more

Loading jQuery from the Google CDN with wp_register_script

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will register and include jquery from the Google CDN.

read more

Automatic jQuery inclusion

wordpress snippet

Adding this code to the functions.php will automatically insert Jquery into the header of your wordpress theme.

read more