Getting Started
WP Responsive Recent Post Slider/Carousel add and display Responsive WordPress Recent Posts in a Slider and Carousel on your website with 4 designs(Slider) and 1 designs(Carousel) using a shortcode.
WP Responsive Recent Post Slider/Carousel add a Menu tab in WP Admin side with the name “Recent Post Slider”.
How to Display and Shortcode
Display a Slider is very simple. Just Create a page like Latest Post and add the shortcode in a page.
Put below shortcodes as per your need.
[recent_post_slider]
[recent_post_carousel]
Gutenberg Blocks
Please go to page or post and add “Gutenberg Blocks“.
Recent Post Slider Shortcode Parameters
[recent_post_slider]
-
LIMIT:
[recent_post_slider limit="8"]
Display only 8 latest post. Display all post by limit=”-1″. -
DESIGN:
[recent_post_slider design="design-1"]
You can select 4 design( design-1, design-2, design-3, design-4 ) for your recent post slider. -
CATEGORY:
[recent_post_slider category="5,10,15"]
Display recent post slider by their category ID . You can pass multiple ids by comma separated. -
SHOW CATEGORY NAME:
[recent_post_slider show_category_name="true" ]
Display category name OR not. By default value is “True”. Options are “true” OR “false”. -
SHOW DATE:
[recent_post_slider show_date="false"]
Display post date OR not. By default value is “True”. Options are “true” OR “false”. -
SHOW CONTENT:
[recent_post_slider show_content="true" ]
Display post Short content OR not. By default value is “True”. Options are “true” OR “false”. -
DOTS:
[recent_post_slider dots="false"]
Display slider pagination dots or not. By default values of dots are “false”. -
ARROWS:
[recent_post_slider arrows="false"]
Display slider arrows or not. By default values of arrows are “false”. -
AUTOPLAY:
[recent_post_slider autoplay="true"]
Display slider autoplay or not. By default autoplay value is “true”. -
AUTOPLAY INTERVAL:
[recent_post_slider autoplay_interval="100"]
Set slider autoplay interval time. You can set any numeric values. -
SLIDE SPEED:
[recent_post_slider speed="3000"]
Display slider speed. You can set any numeric values. -
CONTENT WORDS LIMIT:
[recent_post_slider content_words_limit="20" ]
Control post short content Words limit. By default limit is 20 words. -
POST TYPE:
[recent_post_slider post_type="post"]
Added custom post type support where you add custom post. By default value is “post”.
NOTE : If you want to display custom post type wise then you have to pass custom post name instead of “post” -
TAXONOMY:
[recent_post_slider taxonomy="category name"]
Display post custom categories wise. You have to put custom category name.
NOTE : If you want to display custom category wise then you have to use this parameter in your shortcode -
HIDE POST:
[recent_post_slider hide_post="1,2,3"]
Exclude some posts with their post-id that you do not want to display. -
SHOW AUTHOR:
[recent_post_slider show_author="false"]
Display author name OR not. By default value is “true”. Values are “true” OR “false”. -
SHOW READ MORE:
[recent_post_slider show_read_more="true"]
Display read more OR not. By default value is “true”. Values are “true” OR “false”. -
MEDIA SIZE:
[recent_post_slider media_size="full"]
Set image size. Values are “full”, “medium”, “large” OR “thumbnail”. -
RTL:
[recent_post_slider rtl="true"]
Display rtl OR not. By default value is “true”. Values are “true” OR “false”. -
SLIDER LAZYLOAD:
[recent_post_slider lazyload=""]
Select option to use lazy loading in slider. Values are “ondemand”, “progressive”. -
EXTRA CLASS:
[recent_post_slider extra_class=""]
You can add extra class here.
Note: Extra class added as parent so using extra class you customize your design.
Recent Post Carousel Shortcode Parameters
[recent_post_carousel]
-
LIMIT:
[recent_post_slider limit="8"]
Display only 8 latest post. Display all post by limit=”-1″. -
DESIGN:
[recent_post_carousel design="design-1"]
You can select 4 design( design-1, design-2, design-3, design-4 ) for your recent post carousel. -
CATEGORY:
[recent_post_carousel category="5,10,15"]
Display recent post carousel by their category ID . You can pass multiple ids by comma separated. -
SHOW CATEGORY NAME:
[recent_post_carousel show_category_name="true" ]
Display category name OR not. By default value is “True”. Options are “true” OR “false”. -
SHOW DATE:
[recent_post_carousel show_date="false"]
Display post date OR not. By default value is “True”. Options are “true” OR “false”. -
SHOW CONTENT:
[recent_post_carousel show_content="true" ]
Display post Short content OR not. By default value is “True”. Options are “true” OR “false”. -
SLIDE SHOW:
[recent_post_carousel slides_to_show="3"]
Display number of slides at a time in Carousel. -
SLIDE SCROLL:
[recent_post_carousel slides_to_scroll="1"]
Scroll number of slides at a time. -
DOTS:
[recent_post_carousel dots="true"]
Display carousel pagination dots or not. By default values of dots are “true”. -
ARROWS:
[recent_post_carousel arrows="true"]
Display carousel or not. By default values of arrows are “true”. -
AUTOPLAY:
[recent_post_carousel autoplay_interval="3000"]
Set carousel autoplay interval time. You can set any numeric values. -
AUTOPLAY INTERVAL:
[recent_post_slider content_words_limit=”20″ ]
Set carousel autoplay interval time. You can set any numeric values. -
SLIDE SPEED:
[recent_post_carousel speed="500"]
Display carousel speed. You can set any numeric values. -
CONTENT WORDS LIMIT:
[recent_post_carousel content_words_limit="20" ]
Control post short content Words limit. By default limit is 20 words. -
POST TYPE:
[recent_post_carousel post_type="post"]
Added custom post type support where you add custom post. By default value is “post”.
NOTE : If you want to display custom post type wise then you have to pass custom post name instead of “post” -
TAXONOMY:
[recent_post_carousel taxonomy="category name"]
Display post custom categories wise. You have to put custom category name.
NOTE : If you want to display custom category wise then you have to use this parameter in your shortcode -
HIDE POST:
[recent_post_carousel hide_post="1,2,3"]
Exclude some posts with their post-id that you do not want to display. -
SHOW AUTHOR:
[recent_post_carousel show_author="true"]
Display author name OR not. By default value is “true”. Values are “true” OR “true”. -
SHOW READ MORE:
[recent_post_carousel show_read_more="true"]
Display read more OR not. By default value is “true”. Values are “true” OR “false”. -
MEDIA SIZE:
[recent_post_carousel media_size="full"]
Set image size. Values are “full”, “medium”, “large” OR “thumbnail”. -
RTL:
[recent_post_carousel rtl="false"]
Display rtl OR not. By default value is “false”. Values are “true” OR “false”. -
SLIDER LAZYLOAD:
[recent_post_carousel lazyload=""]
Select option to use lazy loading in slider. Values are “ondemand”, “progressive”. -
EXTRA CLASS:
[recent_post_carousel extra_class=""]
You can add extra class here.
Note: Extra class added as parent so using extra class you customize your design.