We'll create fresh WordPress site with Content Grid Slider installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
Target Page URL
, where you want to redirect your user on read more link.Target
attribute whether you want to open link in same window or another window.[content-slider]
<?php echo do_shortcode('[content-slider]'); ?>
[content-slider groups=3 orderby=ID]
<?php echo do_shortcode('[content-slider groups=3 orderby=ID]'); ?>