=== Simple posts list === Contributors: Bojan Devic Tags: sitemap,archive,post list,seo Requires at least: 2.7 Tested up to: 3.5.1 Stable tag: trunc Generates a list of posts using shortcode, useful for creating a sitemap or archive page. == 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 (); ?>

== Installation == Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. == Screenshots == 1. Posts list generated by this plugin.