Boban Karišik developed nice jQuery slide show images script. This jQuery slide show, rotate images, and showing out transparent div with image description.
I used this jQuery Script, to develop WordPress plugin which can be customized in admin area. This plugin will rotate latest posts from blog, presented with selected image, post headline, and optional post excerpt. One post can have one J Post Slider, image for this animation.
You can set up:
- How many latest post to rotate
- Post offset, if you don’t want to show latest post in J Post Slider Box
- Images Width and Height for animation box. NOTE: every image you pick for J Post Slider plugin need to have same sizes, to make this animation look smootly
- Animation speed
- To show or not post excerpt
- Headline and excerpt can show up from top, left, bottom or right. Plugin can show up text area top and bottom, or left and right reciprocally or it can show area randomly
- Text area opacity
- Select categories from which this plugin can rotate post.
Clik here to view.

J Post Slider WordPress Plugin at the admin post page
Installation:
- Unzip JPostSlider archive zip file, and upload folder JPostSlider into wp-content/plugins/ folder
- Activate J Post Slider WordPress plugin
- Go into Settings -> J Post Slider, and customize options for your need
- Now at the Writing post panel, you can find Select Image for J Post Slider Plugin Animation Box Image may be NSFW.
Clik here to view.where you can select image for J Post animation. You can pick only image which is uploaded into post gallery when you editing post. When you write new post you can pick from 10 latest images.
-
1 2 3 4 5
<? if (function_exists("js_show_images")) { js_show_images(); } ?>
Add this code into your template file outside of loop, where you want to put this animation box.
This Plugin will present your HOT posts, in jQuery animation show. You just make sure that every image, you pick have same sizes. Plugin will give notice if you pick image with wrong size. I used Scriptaculous, web 2.0 javascript to call php function to load images, without loading whole page.
If you have some idea how to improve this plugin, i would like to hear it, and also i want to see your comments how do you like it or not like it. If you want you can send me a link with this plugin in action, and i will publish it here so people can see it.
Changelog
- 1.3.1 (30.10.2008) – J Post using its own Loop, and couldn’t effect at the your themes Loop. Also if you missed to initially select categories for J Post, it wouldn’t show error.
- 1.2 Minor changes with installation package file stricture
- 1.1 Fixed bug, from first version, plugin didn’t work well at the Write page. In the “Select image for J post slider’” users coudn’t select image if they have wordpress installed into sub-folder.
Download J Post Slider plugin.