Home Plugins lobot slider administrator
Lobot Slider Administrator logo

Lobot Slider Administrator

by chuckmo on WordPress.org

Creates a slide management interface in the WordPress backend and provides template tags for fetching the slides' information.

(1)

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
            [caption] => 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
            [caption] => 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

Active installations10+
Weekly downloads
22-21.43%
Version0.6.0
Last updated5/19/2011
WordPress version2.9
Tested up to3.1.4
Tags
adminmetaslider