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.

Conslider

Description

This plugin provides a simple Javascript slider, that gets the data from the post meta. It uses thumbnails for navigation, and accepts images and youtube videos. You must provide de image URI in case of images or the Youtube video ID – in case of Youtube videos.

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php generate_slider($post->ID) ?> in your templates

FAQ

Where do I get the Youtube Video ID?

You get the ID from the address, is that sequence of letter/numbers/etc that comes after de “v=”. For example, in http://www.youtube.com/watch?v=4R-7ZO4I1pI , the Youtube video ID is 4R-7ZO4I1pI

How do I name the meta fields with the data?

If it’s an image, the key of the field must be ‘Imagen’. If it’s a Youtube video, the key must be ‘YoutubeID’.

Reviews

There are no reviews for this plugin.

Contributors & Developers

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

Contributors

Translate “Conslider” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.5

  • First version. There’s not much to say, though.