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. Is it possible to use the content slider to rotate banners in the header and to place it with different images on a individual page?

    Thanks.

      1. Thanks for the response. I guess the solution would be loading a second version of the content slider into a template with different names, etc.

        BTW, Great plug in.

  2. Got the same problem. With the old version it worked. With the new 1.4 and higher the titles don’t work

  3. Hi

    We are trying to use your very good looking plug in on a regular “page” or the “start page” of our site. We are using the “Atahualpa Theme”. I can’t figure out where to insert the php code to make the plugin to display.

    Is it in the bodycode? What code do I use to publish the data on the specific page?

  4. First, thanks for sharing this plugin!
    I just wanna put this slide in one page. But i never handled with conditional tags, so i dont know what i have to do! Can anyone help me with this ?
    Thanks a lot!

    1. where you want to display the slider? only on home page? show me link of your website.

      1. i think you missed start of the php tag
        add following code.

        <?php
        if(is_page('Perda de gordura'))
        {
        if(function_exists('wp_content_slider')) { wp_content_slider(); }
        }
        ?>
        

        One more thing i think you added the code after the comment form. If you want the slider before the comment form then you have to add the code above the comment form code.

        1. Really really thanks ! i will put this code and post the result !
          Strong hug from Brazil!

        2. That work niceeeeeeeeeeeee! Thaks a lot!
          Can i create more than just one slide? I dont see this option in the WP Content Slide Options! Thanks

          1. you can’t create more than one slide…

  5. Hi. I’ve been able to customize the Content Slide quite a bit and I am very happy. However, I have one task that is giving me trouble.

    I’ve prevented the title of the post from showing up and instead allow my excerpt text to appear. However, inherently the excerpt text is not hyperlinked to the post page. The thumbnail image is totally fine and hyperlinked. Is there a way, in the PHP file for example, to insert code which will activate the excerpt text as a hyperlink that directs to the particular post page?

    1. you have to edit the PHP code inside the content-slide php files.

  6. Awesome plugin — seriously, I’m a fan of anybody who allows you to create sliders without having to create a new category for slider images.

    That said — is there some way to attach captions to images using the custom image functionality? Great plugin regardless.

  7. Hi

    I am looking for a slideshow that can do the following:
    1. I can add to multiple posts / pages.
    2. Each page requires a different slideshow
    3. Images are uploaded, not taken from posts.

    Can this plugin be the answer?

    Thanks for your time.
    J

    1. multiple slideshow width different image set is not possible with the content slider plugin