Simple Posts List Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
For search engine spiders is usefull to scan sitemaps of websites. Visitors similarly like to see list of all posts on blogs. Theses lists are much easier to browse and they are great for SEO.
Usage
Simple posts list generates list of all post or pages using shortcodes or function call from template.
[posts]
shortcode and you’ll have them automagicly.
Examples (for posts):
Generate post list using shortcode:
[posts]
Generate post list using function call:
<?php posts_list (); ?>
Examples (for pages):
Generate list of pages using shortcode:
[pages]
Generate list of pages using function call:
<?php pages_list (); ?>