Archive for ◊ November, 2009 ◊

Author: admin
• Monday, November 30th, 2009

img src=”http://feedads.g.doubleclick.net/~a/s3vI-NyS1xz2piKB3HtEcEYuYvo/0/di” border=”0″ ismap=”true”>

img src=”http://feedads.g.doubleclick.net/~a/s3vI-NyS1xz2piKB3HtEcEYuYvo/1/di” border=”0″ ismap=”true”>

Sometimes it’s the subtle things that count in regards to making your site stand out from the rest, and with that in mind… jQuery can be your best friend. There are a few light weight jQuery based scripts I tend to use over and over again when developing new WordPress themes. These are very simple techniques that can be applied in under five minutes to just about any theme.
If you are looking for a practical guide to WP Template Tag, with detailed descriptions and sample code, I suggest you to take a look at the /a> designed by Antonio Lupetti.

Fade Anything

This is a tiny little script that can be used to fade pretty much any element on a hover event such as post thumbnails, a block of text or even an entire div. Of course… all of these techniques assume that you have already loaded jQuery into your theme. If not, edit header.php found within your theme folder and place…

directly above the tag to pull the latest version of jQuery. Once you have jQuery loaded, simply add the following to your theme header.php file.