Since a lot of people come to my blog looking for a way to add jQuery into their wordpress themes, it turns out that there is a better way to do it than the way that I previously blogged. You can include jQuery from the current WordPress install by calling: wp_enqueue_script("jquery"); Followed by: wp_head();...
Read more »
