UnPointZero slider is a plugin that display a slideshow for your news or pages. And it's fully customizable !
Warning : Save your custom css file saved in the css directory before updating !
Setup thumb size BEFORE uploading ! If you set the sizes after the upload, You've to re-upload all thumbs to get the right size.
Upload unpointzero-slider folder to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Configure it on your administration panel.
Place <?php do_shortcode('[upzslider usingphp=true]'); ?> in your templates or [upzslider] on your pages / posts
Now you can go on your pages/posts and set thumbnails !
That's all !
If you want to display multiple sliders on your website (warning do not support 2 slider on the same page...) use this on your templates or on your pages / posts:
On template files: <?php do_shortcode('[upzslider usingphp=true interid='IDs or names coma separated' intertype='page OR post']'); ?>
for example : <?php do_shortcode('[upzslider usingphp=true interid='3,5,20' intertype='post']'); ?> to display posts from category 3,5,20
On WP pages/posts: [upzslider interid='IDs or names coma separated' intertype='page OR post']
for example : [upzslider interid='3,5,20' intertype='post'] to display posts from category 3,5,20
To use your own css file, just add your rules on a file named "upzslider-style.css" on your theme directory.
More information @ http://www.unpointzero.com/unpointzero-slider/
Requires: 2.9 or higher
Compatible up to: 3.5.1
Last Updated: 2013-5-20
Downloads: 33,267
1 of 4 support threads in the last two months have been resolved.
Got something to say? Need help?