WordPress Content Slide Plugin
Thanks for downloading one of my plugins. If you like my plugins, please support me by donating a small amount through PayPal.
If you want to insert multiple sliders on same page then use my new plugin
[button link=”https://snilesh.com/blog/resources/wordpress/wordpress-gallery-plugin/” title=”Wordpress Gallery Plugin” type=”info”]Wordpress Gallery Plugin[/button]
Demo
[button link=”https://snilesh.com/blog/wordpress-content-slide-plugin/” title=”Wordpress Content Slide Plugin” type=”info”]Demo 1[/button]
Download
[button link=”https://wordpress.org/extend/plugins/content-slide/” title=”Wordpress Content Slide Plugin” type=”success”]Download[/button]
New Features
1] Custom Image support. So you can create slider without using posts.
2] Added New Effects Swirl,Rain,Fade
3] Added styles like border,background,font-family,font-size for headings and text.
Installation
1. Download the zipped plugin file to your local machine.
2. Unzip the file.
3. Upload the “content-slide” folder to the “/wp-content/plugins/” directory. (DO NOT CHANGE ANY FILE OR FOLDER NAMES)
4. Activate the plugin through the “Plugins” menu in WordPress.
5. Click on Content slide in your wordpress dashboard and configure content slide plugin options.
You can directly install wordpress content slide plugin from your websites admin plugin section.
Add PHP code
To display WordPress content slide on your website you have to add following lines of code inside your themes .php files.
<?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>
Example if you want to display this slider in your header then you have to edit the header.php file. Just open header.php from your current theme in any editor and add
<?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>
lines at the location where you want to display the slider.
Slider Only On Home Page
In some cases you just want to display slider only on the home page in this case you have selected a page as home page from the settings->reading section.
And if your home page is using default page template then you have to add following lines of code in your page.php at the location where you want to display the slider.
<?php if(is_front_page()) { if(function_exists('wp_content_slider')) { wp_content_slider(); } } ?>
Using above code the slider will be displayed only on home page.
Slider on a Specific page
If you want to display slider on a specific page say ‘about’ then you have to use wordpress conditional tags
<?php if(is_page('about')) { if(function_exists('wp_content_slider')) { wp_content_slider(); } } ?>
Demo
[button]Demo[/button]
Download
[button type=”success” title=”Download” link=”https://wordpress.org/extend/plugins/content-slide/”]Download[/button]
Support
You can support this plugin by giving ratings on wordpress website.
Give Rating at WordPress Content Slide.
Also You can help translating this plugin in different languages.
If you use this plugin on your website hosted on a dedicated server, just send your website url. All the links will be displayed on this Page.
If you like my plugins, please support.
try changing the font colour of the headings/titles
Any way to sort the order? SmoothSlider has this in the admin.
right now you can order images randomly. this option is present in the options page.
no you have to add exact image width and height in px(pixels).
Hi
This plugin is brilliant and exactly what I am looking for (I have spent 2 days trying others).
However the current limit appears to just 5 images… Is there a way to increase this beyond 5?? (My current site would require up to 10 images in the slider). I noticed Milan Stosic asked this but so far no reply… Please help even if it’s a “No” so I can continue my search.Thanks
Thanks
You can add as many images as you want. Just login to wp-admin and go to content slide options.
Under the Image Source Settings
change “Number of custom Images” to what ever number as you want and click “Save Settings” button. After options page saved you will see new textboxes added for the extra images…
Hi, Snilesh I tried that before and it wasn’t working. However it appears I was having general WordPress issues/problems caused by another plugin… Once that was removed it worked.
Thanks for a great plugin.
This plugin is broke unless you use the custom images, you cannot use images from posts… help me please!
Plugin is not broken.. check your settings and posts again. Because i tested plugin again after your comment and it is working fine.. What problem you are getting.. when you use post…
this is a great plugin, thank you so much. so there is an issue with the current version- could you provide a little more detail? using posts from categories doesn’t work with my site (WPMU 3.0.4 / Plugin 1.4.1) am currently checking for conflicts.
also, how about some new effects? maybe a “PREVIEW” button also.
very slick admin / install. great stuff!
can you send me your website link where you installed my plugin.
hey there! at the moment: leithermagazine.com/beta/
thanks again for all your good work.
[that page is a work in progress btw> stripped down]
Thanks for this plugin, it run well!
can you send me your wp-admin login details through my contact page form.. so i can help you..
you have to add this inside PHP files.. not inside a widget..
Does Wp Content Slide have any shortcode options? I want to put it in an article rather than hard code it.
right now no shortcode option available..