Display Post on your website with 2 designs(Grid and Slider) with 1 widget. Also work with Gutenberg shortcode block.
✅ Now that you have your website ready then why don’t you download and try out this blog post grid/ slider to give it better functionality.
Download now and display multiple blog post slider using shortcode with category. Fully responsive, and Infinite looping. Fully accessible with arrow key navigation Autoplay, dots, arrows etc.
Download Now this blog post slider because It is proven that blog post sliders have been a powerful tool to present your content in a very neat manner with the help of fancy sliders and customized designs.
Your customer might like the professional and fancy vibe of your site with blog post sliders
✅ This plugin displays your WordPress posts using :
Blog Post Grid (2 designs)
Blog Post Slider (2 designs)
Blog Post Widget (1 designs)
Download Now it today and explore all the features.
✅ Features :
Make your blogs looks fancy with Blog Designer Post and Widget.
Blogs are the major attraction for marketing your website. The Blog designer post and widget plugin helps your blog posts to slide and display in a fancy way that gains maximum attraction from the website visitors. It is an easy and quick process to add install and display the blog slider on your website page.
The blog designer post and widget plugin slides and grids the blog posts in two different designs. It helps in enhancing your website page with more attraction. You can start blogging and displaying your latest blogs in a more creative way using the plugin.
Also added Gutenberg block support.
✅ Here is the plugin shortcode example
Blog Post Grid
[wpspw_post]
Blog Post Slider
[wpspw_recent_post_slider]
To display only blog 4 post:
[wpspw_post limit="4"]
Where limit define the number of posts to display. You can use same parameter with slider shortcode.
If you want to display Blog Post Slider by category then use this short code:
[wpspw_post category="category_ID"]
You can use same parameter with Slider shortcode.
✅ We have given 2 designs. For designs use the following shortcode:
[wpspw_post design="design-1"]
Where designs are : design-1, design-2. You can use same parameter with Slider shortcode.
✅ Use Following blog post parameters with shortcode
[wpspw_post]
Limit : [wpspw_post limit=”10″] (Display latest 10 post and then pagination).
Category : [wpspw_post category=”category_id”] (Display post categories wise).
Design : [wpspw_post design=”design-1″] (Select the grid design. Right now there are 2 designs. design-1 and design-2).
Grid : [wpspw_post grid=”2″] (Display post in Grid formats. You can use grid:1,2,3,4).
Order : [wpspw_post order=”DESC”] (Post order ie DESC or ASC).
Order by : [wpspw_post orderby=”date”] (Order by post ie date, ID, author, title, modified, rand and menu_order etc).
Sticky Posts : [wpspw_post sticky_posts=”false” ] (Show sticky posts on the top or not. By default value is “false”. Options are “true” and “false”).
Display Author : [wpspw_post show_author=”true”] (Display Post author OR not. By default value is “true”. Values are “true” and “false” ).
Display Content : [wpspw_post show_content=”true” ] (Display post Short content OR not. By default value is “true”. Options are “true” and “false”).
Display Full Content : [wpspw_post show_full_content=”true”] (Display Full post content on main page if you do not want word limit. By default value is “false”).
Display Date : [wpspw_post show_date=”false”] (Display Post date OR not. By default value is “true”. Options are “true” and “false”).
Display Category Name : [wpspw_post show_category_name=”true” ] (Display post category name OR not. By default value is “true”. Options are “true” and “false”).
Display comments : [wpspw_post show_comments=”true”] (Display Post comments OR not. By default value is “true”. Options are “true” and “false”).
Content Words Limit : [wpspw_post content_words_limit=”30″ ] (Control post short content Words limit. By default limit is 20 words).
Display Tags : [wpspw_post show_tags=”true”] (show post tags or not).
Pagination : [wpspw_post pagination=”true”] (show post pagination or not).
Pagination Type : [wpspw_post pagination_type=”prev-next”] (pagination type. values are “numeric” OR “prev-next”. By default is numeric).
extra_class : [wpspw_post extra_class=””] (Enter extra CSS class for design customization ).
✅ Use Following Blog Post Slider parameters with shortcode
[wpspw_recent_post_slider]
Limit : [wpspw_recent_post_slider limit=”10″] (Display latest 10 post in slider).
Design : [wpspw_recent_post_slider design=”design-1″] (Select the grid design. Right now there are 2 designs. design-1 and design-2).
Category : [wpspw_recent_post_slider category=”category_id”] (Display post categories wise).
Display Author : [wpspw_post show_author=”true”] (Display Post author OR not. By default value is “true”. Values are “true” and “false” ).
Display Date : [wpspw_recent_post_slider show_date=”false”] (Display post date OR not. By default value is “true”. Options are “true” and “false”).
Display comments : [wpspw_recent_post_slider show_comments=”true”] (Display Post comments OR not. By default value is “true”. Options are “true” and “false”).
Display Category Name : [wpspw_recent_post_slider show_category_name=”true” ] (Display post category name OR not. By default value is “true”. Options are “true” and “false”).
Order : [wpspw_recent_post_slider order=”DESC”] (Post order i.e. DESC or ASC).
Order by : [wpspw_recent_post_slider orderby=”date”] (Order by post i.e. date, ID, author, title, modified, rand and menu_order etc).
Sticky Posts : [wpspw_recent_post_slider sticky_posts=”false” ] (Show sticky posts on the top or not. By default value is “false”. Options are “true” and “false”).
Display Content : [wpspw_recent_post_slider show_content=”true” ] (Display post Short content OR not. By default value is “true”. Options are “true” and “false”).
Content Words Limit : [wpspw_recent_post_slider content_words_limit=”30″ ] (Control post short content Words limit. By default limit is 20 words).
Display Tags : [wpspw_recent_post_slider show_tags=”true”](show post tags or not).
Slides Column : [wpspw_recent_post_slider slides_column=”3″] (i.e. Display number of Post at a time).
Slides Scroll : [wpspw_recent_post_slider slides_scroll=”1″] (i.e. scroll number of Post at a time).
Pagination and Arrows : [wpspw_recent_post_slider dots=”false” arrows=”false”]
Autoplay and Autoplay Interval : [wpspw_recent_post_slider autoplay=”true” autoplay_interval=”100″]
[*] Added – Added our other Popular Plugins under Blog Designer –> Install Popular Plugins From Us. This will help you to save your time during creating a website.
[*] jQuery( document ).ready(function($) is replaced with function( $ ) to solve the issue with 3rd party plugin and theme JS error.
2.0 (14-07-2020)
[*] Follow WordPress Detailed Plugin Guidelines for Offload Media and Analytics Code.
1.9 (14, May 2020)
[+] New – Added Gutenberg block support. Now use plugin easily with Gutenberg!
[+] New – Added ‘lazyload’ shortcode parameter for all slider shortcodes. Now you can able to set lazy loading in two different method lazyload=”ondemand” OR lazyload=”progressive”.
[+] New – Added ‘align’ and ‘extra_class’ parameter for slider shortcode. Now both slider shortcode are support twenty-nineteen and twenty-twenty theme Gutenberg block align and additional class feature.
[+] New – Add new classes sanitize function in function file.
[+] Update – Minor change in CSS and JS.
[*] Tweak – Pagination will if page is divided into multiple pages with “nextpage” tag.
[*] Tweak – Pagination will work on single post and front page also.
[*] Tweak – Code optimization and performance improvements.
[*] Template File – Main design file has been updated. If you have override template file then verify with latest copy.
1.8 (27, Dec 2019)
[*] Updated features list.
[*] Updated slider arrows.
1.7 (19, June 2019)
[+] New: Added order, orderby and sticky_posts parameter in both shortcode.
[+] New: Added order, orderby and sticky_posts option in widget.
1.6.2 (07, Feb 2019)
[*] Minor change in Opt-in flow.
1.6.1 (18, Dec 2018)
[*] Update Opt-in flow.
1.6 (06, Dec 2018)
[*] Tested with WordPress 5.0 and Gutenberg.
[*] Fixed some CSS issues.
1.5 (25, Aug 2018)
[*] Update – Updated plugin translation code. Now user can put plugin languages file in WordPress ‘language’ folder so plugin language file will not be loss while plugin update.
[*] Fix – Some typo mistake in ‘Getting Started’ page.
[*] Fix – Some warnings with widgets while using with WordPress customizer.
[*] Fix – Added some missing translated string.
[*] Tweak – Used ‘wp_reset_postdata’ instead of ‘wp_reset_query’.
[*] Tweak – Taken better care of Post Title as image ALT tag.
[*] Removed – ‘Title’ attribute from link and image in widget.
1.4 (07, June 2018)
[*] Follow some WordPress Detailed Plugin Guidelines.
1.3 (07/05/2018)
[*] Fixed some design related issues, reported by users.
1.2 (10/3/2018)
[*] Created plugin separate menu ‘Blog Designer’ as per user’s feedback.
1.1.3 (30/10/2017)
Fixed slider responsive issue for iPad and tablet.