Creates a slide management interface in the WordPress backend and provides template tags for fetching the slides' information.
As of April 2026, Lobot Slider Administrator is a WordPress meta plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 9.7K+ times in total. Requires WordPress 2.9+ and PHP false+. Available on WordPress.org since 2011. Last updated 14 years ago — may have compatibility concerns. Top alternative: Advanced Custom Fields (ACF®).
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://goo…| WordPress | 2.9+ requiredTested up to 3.1.4 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.