Content Grid Slider

0

Plugin’s Link Plugin’s Demo Content Grid Slider uses custom post type for slides. This plugin allows you to add a carousel type grid slider with posts containing text and a custom l

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Plugin’s Link

Plugin’s Demo

Content Grid Slider uses custom post type for slides.

This plugin allows you to add a carousel type grid slider with posts containing text and a custom link to redirect on a custom page by using custom posts.

You can make different groups of posts depending upon your requirements.

You can add custom page URL’s to your posts where you want to redirect users. You can use this on pages(recommended), widgets and even in your template files via shortcode.

You have full control over their grouping and their sort order.

A new feature of preview in color settings page has also been added.

You can also see the live preview of slider while changing colors without actually saving it.

If you see any formatting while copying the shortcode in visual mode, please remove formatting from wordpress dashboard.

Steps to follow for creating grid slider with content

  • Go to ‘Grid Slider’ and click on ‘Add New Slide’
  • Give title, and short description(3-4 list items recommended)
  • Set feature image for post thumbnail
  • Additionally you can select Target Page URL, where you want to redirect your user on read more link.
  • You can select a page, a post or even a custom page URL for redirecting Page.
  • You can also select Target attribute whether you want to open link in same window or another window.
  • Then you can use shortcode according to your needs
  • We recommend you to use one slider per page

Simple Usage (Shortcode)

[content-slider]

Simple Usage (PHP)

<?php echo do_shortcode('[content-slider]'); ?>

Advanced Usage (Shortcode)

[content-slider groups=3 orderby=ID]

Advanced Usage (PHP)

<?php echo do_shortcode('[content-slider groups=3 orderby=ID]'); ?>

Additional Features

  • Set Page URL – URL on which you want to add Read More link
  • Shortcode – Add rotating slides(in grids) like carousel slider to pages or Text Widget using the [content-slider] shortcode.
  • PHP Function – Embed Content Grid Slider in your template files with do_shortcode(‘[content-slider]’) function.
  • Content Grid Slider Groups – Set up ‘Groups’ to display different groups of grid slides in different places. (Example: Home Page, portfolio, Products, etc…)