![CC-List-Posts Shortcode - Visit the 'Post/Page Editor' and add [wp_list_posts] shortcode.](https://ps.w.org/cc-list-posts/trunk/screenshot-1.png?rev=2694877)
CC-List-Posts Shortcode - Visit the 'Post/Page Editor' and add [wp_list_posts] shortcode.
The CC-List-Posts plugin works out of the box.
There is no settings page for it.
After activation you can start using wp_list_posts
function and/or shortcode with the parameters listed below.
Notice: the plugin can be used with the wp_link_pages
built-in functionality if you use pagination
parameter with integer value.
Defaults
- before: (string)
- ,
- after: (string)
Notice: plugin uses wp_get_archives
function to list posts, so you can also use additional parameters. A full list is available at WordPress codex page documentation.
wp_list_posts parameter mapped to wp_get_archives
- link_before: before
- link_after: after
Default usage
- Function:
wp_list_posts( array( 'pagination' => 50 ) )
- Shortcode:
[wp_list_posts pagination=50]
Active installations10+
Weekly downloads
12-25.00%
Version1.0.1
Last updated3/16/2022
WordPress version4.7
Tested up to5.9.10
Tags
paginationshortcodewp_get_archiveswp_list_pageswp_list_posts