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.

Leave a Reply

Your email address will not be published. Required fields are marked *

550 Comments

  1. Milan Stosic says:

    Hi. Great plugin, good looking and easy to customise. IS there any way to add one more image – 6th?

    Thanks. Milan

    1. 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…

  2. mark shirley says:

    How do you add multiple different slideshows to different pages in WP3.

    1. multiple slideshow with different images is not possible with this plugin.

    1. I am trying to configure this plugin to display posts from all categorys. It is not displaying though, and closer inspection, it is not picking up the links to the posts, it just says undefined. Now if i click use custom images, then the slider displays on my page, with the default custom images in them. How can i show my posts in the slider ?

  3. I am trying to configure this plugin to display posts from all categorys. It is not displaying though, and closer inspection, it is not picking up the links to the posts, it just says undefined. Now if i click use custom images, then the slider displays on my page, with the default custom images in them. How can i show my posts in the slider ?

    1. Not sure if this posted or not?

    2. I will check and let you know… may be some code is not working in the latest content slide version…

  4. Hi Snilesh!

    Thanks for a great plugin. Simplest of questions – I have installed the plugin and it works on my site, but no where in the wp-admin pages can I find the Content Slide link. I am using the Atahualpa theme. I have thoroughly (I think) scanned the dashboard, the plug-ins area and the theme options area. Any help would be greatly appreciated. Thanks!

    1. “Content Slide” options link is present bellow settings tab in left sidebar of your wp-admin dashboard

  5. Dan Stramer says:

    Hi
    Thanks for this great plugin!
    Is there any way of making the little squares clickable – progressing the slides by clicking on them?

    Thanks,
    Dan

    1. Dan Stramer says:

      Hi Snilesh
      Did you have a chance to see my question?

      Thanks
      Dan
      (congrats on the new design – its looking good!)

      1. thanks for your feedback on the design.

        About your question the small square boxes you can not add links to them.

        1. Dan Stramer says:

          Thanks for your answer.
          Is there any possibility doing so by changing the php file?

          Dan

  6. check there may some other plugin conflicting.. may be a javascript error.

  7. Hi snilesh,

    I try to put your script

    on header,

    <img src="” width=”” height=”” alt=”” />

    but the result became awful.

    I’m newbie using twenty ten theme word press.

    can you help me where I have to put your script?

    Thanks

    1. found the place I have to put it 🙂

      <a href="” title=”” rel=”home”>

  8. Hi,

    Excellent plugin, thank you very much!
    I am trying to figure out how I could place the text on the right hand side instead of bottom. Can someone advice?

  9. just to get notifyed for new comments.