We'll create fresh WordPress site with CC-List-Posts installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
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( array( 'pagination' => 50 ) )
[wp_list_posts pagination=50]