WP Manifestindependent plugin directory
manifest / media / sly-carousel

Sly Carousel

A wordpress plugin to use the Sly Carousel with the SLY jQuery plugin http://darsa.in/sly/

by Howard Ehrenberg · github.com/duckdivers/sly-carousel · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/duckdivers/sly-carousel/archive/refs/heads/master.zip

Declares an update source (https://github.com/DuckDivers/sly-carousel), so updates arrive through the plugin's own updater.

From the readme

sly-carousel A wordpress plugin to use the Sly Carousel with the SLY jQuery plugin http://darsa.in/sly/ Shortcode usage: [sly] Shortcode Attributes: Wordpress Query Variables: + postscount - Number of posts to return | default = 10 + posttype - What type of post (allows for custom post types) | default = 'post + categories - Custom Categories Other Shortcode Attributes: + title - the title for the carousel - Displays as an H2 on the page + frameheight - The height to specify for the "Frame" | default = 500px + thumbwidth - Width of the featured image | Default = 290px + thumbheight - Height of the featured image | Default = 220px + moretext - Text for read more button | default = blank - no button + excerptcount - Number of words in the excerpt | default = 15 + customclass - Adds a custom class to the | Default = no custom class

Read the full README on GitHub →