You can show posts by shortcode. Multiple sortcodes for multiple layouts.
| Author: | Rounak Kumar (profile at wordpress.org) |
| WordPress version required: | 5.0 |
| WordPress version tested: | 6.3.2 |
| Plugin version: | 1.2 |
| Added to WordPress repository: | 24-06-2022 |
| Last updated: | 15-10-2023
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 100 |
| Rated by: | 2 |
| Plugin URI: | https://wordpress.org/plugins/posts-by-shortc... |
| Total downloads: | 954 |
| Active installs: | 50+ |
![]() Click to start download |
|
You can show posts by pre built shortcode. Multiple Shortcodes available with multiple layouts.
You can use attributes in shortcode for more controls.
There are Some example how to use:
1) Use this shortcode to display posts:
[show_posts_pbs_rk layout="1"]
See screenshots for layout preview.
2) You can use multiple layout like:
[show_posts_pbs_rk layout="2"]
[show_posts_pbs_rk layout="3"]
[show_posts_pbs_rk layout="4"]
[show_posts_pbs_rk layout="5"]
3) You can use multiple attributes for more controls as below:
Show custom number of posts:
[show_posts_pbs_rk layout="1" no_of_post="6"]
Show Posts by category:
[show_posts_pbs_rk layout="1" category_id="1"]
Show Posts by Multiple Category
[show_posts_pbs_rk layout="1" category_id="1,2,3"]
Show all posts excluded by category
[show_posts_pbs_rk layout="1" exclude_cat="1"]
Show all posts excluded by multiple category
[show_posts_pbs_rk layout="1" exclude_cat="1,2,3"]
Show pagination
[show_posts_pbs_rk layout="1" pagination="yes"]
Hide category label from layout:
[show_posts_pbs_rk layout="1" hide_category="yes"]
Show number of character in post desciption:
[show_posts_pbs_rk layout="1" desc_length="200"]
Set custom label for Read More Button:
[show_posts_pbs_rk layout="1" read_more_lebel="Continue Reading >"]
Show Author name in posts
[show_posts_pbs_rk layout="1" show_author="yes"]
Show Single post by post id
[show_posts_pbs_rk layout="1" post_id="52"]
Full Features List:
- Show Post by Shortcode, extra layouts with extra control.
- You can use Multiple Shortcode to display multiple posts layout.
- You can use Multiple shortcode attributes for more control.
