Image galleries, sliders and slideshows have become increasingly popular within web sites over the last years. With jQuery and WordPress becoming ever more popular, more and more users are using these amazing powerful, versatile and sleek tools.
TheThe Image Slider is a WordPress plugin that provides you with one of the most powerful, the most creative and most versatile of image sliders built using jQuery. This sleek plugin is great, it is feature rich yet simple to use and implement, fast. And it looks amazing!
TheThe Image Slider has very flexible configuration including image resizing. It gives you the flexibility to put pagination of four styles into five pagination places.
So as this is a free plugin, please consider donating to support the further development of it. Thank you!
Q: How to insert your image slider into a header or index file of my Twentyeleven theme?
To do that simply insert the following PHP code into your theme's header.php or index.php file, wherever you need it:
if (function_exists('get_thethe_image_slider')) { print get_thethe_image_slider('Slider Name'); }
And do not forget to replace that "SliderName" placeholder with your real slider name.