How to Display and Shortcode
The display Blog post is very simple. Just add the following shortcode on any page.
Blog Designer – Post and Widget contain 2 shortcode.
Following are Blog Grid Parameters:
[wpspw_post]
- LIMIT:
[wpspw_post limit="10"]
Display latest 10 post and then pagination. Display all post to set limit=”-1″. - DESIGN:
[wpspw_post design="design-1"]
Select the grid design. Right now there are 2 designs. design-1 and design-2. - CATEGORY:
[wpspw_post category="5,10,15"]
Display post categories wise. You can pass multiple ids by comma separated. - GRID:
[wpspw_post grid="2"]
Display post in Grid formats. You can use grid:1,2,3,4. - SHOW AUTHOR:
[wpspw_post show_author="true"]
Display post author OR not. By default value is “true”. Values are “true” OR “false” . - SHOW CONTENT:
[wpspw_post show_content="true" ]
Display post Short content OR not. By default value is “True”. Options are “true OR false”. - SHOW 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”. - SHOW DATE:
[wpspw_post show_date="false"]
Display Blog date OR not. By default value is “true”. Options are “true OR false”. - SHOW CATEGORY NAME:
[wpspw_post show_category_name="true" ]
Display post category name OR not. By default value is “true”. Options are “true OR false”. - CONTENT WORDS LIMIT:
[wpspw_post content_words_limit="30" ]
Control post short content Words limit. By default limit is 20 words. - SHOW TAGS:
[wpspw_post show_tags="true" ]
Show the Post Tags or not. - SHOW COMMENTS:
[wpspw_post show_comments="true" ]
Show the number of Comments on Post or not. Values are “true OR false”. - PAGINATION:
[wpspw_post pagination="true"]
show post pagination or not. Values are “true OR false”. - PAGINATION TYPE:
[wpspw_post pagination_type="prev-next"]
pagination type. values are “numeric” OR “prev-next”. By default is numeric.
Following are Recent Blog Post Parameters:
[wpspw_recent_post_slider]
- DESIGN:
[wpspw_recent_post_slider design="design-1"]
Select the grid design. Right now there are 2 designs. design-1 and design-2. - 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"]
Display slider arrows or not and Display slider pagination dots or not. By default values of dots and arrows are “false”. - AUTOPLAY AND AUTOPLAY INTERVAL:
[wpspw_recent_post_slider autoplay="true" autoplay_interval="2000"]
Enable slider autoplay or not and set slider autoplay interval. Values of autoplay are “true OR false”. - SLIDE SPEED:
[wpspw_recent_post_slider speed="300"]
Display slider speed. Enter any numeric values. - LIMIT:
[wpspw_recent_post_slider limit="10"]
Display latest 10 post in slider. - CATEGORY:
[wpspw_recent_post_slider category="5,10,15"]
Display post categories wise. You can pass multiple ids by comma separated. - SHOW DATE:
[wpspw_recent_post_slider show_date="false"]
Display blog date OR not. By default value is “true”. Options are “true OR false”. - SHOW CONTENT:
[wpspw_recent_post_slider show_content="true" ]
Display post Short content OR not. By default value is “True”. Options are “true OR false”. - SHOW CATEGORY NAME:
[wpspw_recent_post_slider show_category_name="true" ]
Display post category name OR not. By default value is “true”. Options are “true OR false”. - CONTENT WORDS LIMIT:
[wpspw_recent_post_slider content_words_limit="30" ]
Control blog post short content Words limit. By default limit is 20 words. - SHOW TAGS:
[wpspw_recent_post_slider show_tags="true" ]
Show the Post Tags or not. Values are “true OR false”. - SHOW COMMENTS:
[wpspw_recent_post_slider show_comments="true" ]
Show the number of Comments on Post or not. - SHOW AUTHOR:
[wpspw_recent_post_slider show_author="true" ]
Show the name of Author on Post or not. - SHOW DATE:
[wpspw_recent_post_slider show_date="true" ]
Show the date of post on Post or not.