This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Simple Carousel

ཞིབ་བརྗོད།

Simple Carousel enables an image carousel, with each slide that could be manually defined or automatically generated from posts in a category. It features a forward and backward button, and skip to slide buttons on the bottom.

གཏུབ་རེིས།

  • Demonstration of the carousel

སྒྲིག་འཇུག

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

FAQ

What features does this carousel have?

Move forward/backwards buttons.

Skip to specific slide buttons.

Multiple carousels can be used per page.

How do I make a carousel with manually defined slides?

Each slide is defined with three parameters: img, link and title. Each parameter has a follow number preceded by a _ to define which slide number it is, beginning at 0.

For example a carousel with two slides:

[simple_carousel img_0=“First slide image url” link_0=“First slide link url” title_0=“Title (alternative image tag) for first slide image” img_1=“Second slide image url” link_0=“Second slide link url” title_1=“Second slide text”]

How do I make a carousel to display posts from a category?

[simple_carousel type=“category” category_name=“”]

Accepts parameters that the function get_posts uses (https://codex.wordpress.org/Template_Tags/get_posts) to further refine which posts are displayed.

What other parameters does this shortcode accept?

class: adds the value to the div.carousel class tag for CSS styling, ex: “float-left”
width: width of the carousel, usually defined in px, ex: “960px”, default: “100%”

གདེང་འཇོག

2018 ལོའི་ཟླ 4 ཚེས 26 ཉིན།
Stellar plugin. Hardly any features, so nothing to complain about. A dream for both the user and the developer, I'm sure!
གདེང་འཇོག 1 ཡོངས་སུ་ཀློག

བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།

“Simple Carousel” is open source software. The following people have contributed to this plugin.

བྱས་རྗེས་འཇོག་མཁན།

དག་བཅོས་ཉིན་ཐོ།

1.1.0

  • CSS and JS are enqueued when the function is called
  • Redesigned the animation to be simpler and more reliable
  • Basic swipe left/right on mobile

1.0

  • Initial release