Lobot Slider Administrator

0

This plugin is ideal for theme developers who need to provide their clients an easy-to-use interface for managing slider content. To fetch the slides, use the following code: //retu

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

This plugin is ideal for theme developers who need to provide their clients an easy-to-use interface for managing slider content.

To fetch the slides, use the following code:
//returns an array of arrays filled with each slide’s info.
$the_slides = fourty_slider_get_slides();

/*
$the_slides = Array
(
    [0] => Array
        (
            [title] => Slide 1 Title
             => Here is the caption for Slide 1
            [link] => http://your-site.net/2010/09/14/hello-world/
            [image] => http://your-site.net/files/2011/01/steddyp4.jpg
            [external] => 
        )

    [1] => Array
        (
            [title] => Slide 2 Title
             => And here's the caption for Slide 2
            [link] => http://google.com
            [image] => http://your-site.net/files/2011/01/Slide3.gif
            [external] => 1
        )

)
*/

Planned Features:

  • add an infinite number of slides
  • various aesthetic improvements
  • internationalization

“Lobot’s not the chatty type, but he sure is loyal. And great with computers!”
―Lando Calrissian