Does anyone know how I do this?
http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
Does anyone know how I do this?
http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
WordPress has an out-of-the-box function to check whether or not you're on the home page: is_home();. Assuming you're trying to place it in your theme.
You must log in to post.