Simple Post Carousel

Ajax based simple post carousel shortcode plugin.

Author:Saikat Shankhari (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.0.1
Plugin version:1.1.0
Added to WordPress repository:28-11-2014
Last updated:28-11-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://plugins.svn.wordpress.org/simple-post-...
Total downloads:1 624
Active installs:500+
plugin download
Click to start download

This plugin allows you to use the shortcode [simple_post_carousel] that outputs list of posts as a carousel. You can show posts from any category that you specify in the shortcode attribute.

Instead of loading all posts at a time, this plugin comes with an ajax based previous/next navigation that pulls posts via ajax call.

Currently the plugin comes with very simplicity as it's name described. Currently it has only two attributes for customization.

  • cat: Category ID from where you want to pull posts for the carousel.
  • items: Number of items in the carouse.

You can use the shortcode in this way: [simple_post_carousel cat="x" items="y"]