[wps-show-posts]
Purpose
A very flexible way to display any WordPress post content.
Availability
Provided in the Extensions Plugin.
Customising
You can use the global shortcode settings via WPS Pro->Shortcodes in the admin dashboard, or add them to the shortcode as options.
Example
[wps-show-posts]
Options
The following (which shows default values and an example of using the shortcode option) can be set via the admin dashboard (WPS Pro->Shortcodes) or added as options to the shortcode in your WordPress page, post or widget.
Post type | (type=”post”) | |
Post status | (post_status=”publish”) | |
Comment status | (comment_status=”all”) | |
Author | (user_id=”user”) | |
Show as a table | (table=”0″) | |
Must be logged in | (logged_in_only=”0″) | |
Closed prefix | (closed_prefix=”closed”) | |
Number to show | (count=”10″) | |
Link to post | (link=”1″) | |
Show featured image | (show_image=”1″) | |
Size of featured image | (image_size=”64″) | |
Show post title | (show_title=”1″) | |
Order by field | (orderby=”ID”) | |
Order | (order=”DESC”) | |
Show author | (show_author=”1″) | |
Author format | (author_format=”By %s”) | |
Link to author profile page | (author_link=”1″) | |
Show publish date | (show_date=”1″) | |
Date format | (show_date_format=”%s ago”) | |
Convert BB Codes | (convert_bbcode=”1″) | |
Convert smilies | (convert_smilies=”1″) | |
Convert links | (convert_links=”1″) |