Description
This plugin adds a shortcode [posts-to-page] to WP allowing you to place your posts into a page.
Tested with WordPress 3.0 and above.
Usage
To use this plugin you can place the [posts-to-page] shortcode using an argument in to any page.
Default Usage
[posts-to-page]
Parameters
| Parameter | Description |
| show_title | true/false the default is true, will show or hide the title |
| show_date | true/false the default is true, will show or hide the date posted |
| show_author | true/false the default is true, will show or hide the author |
| show_content | true/false the default is true, will show or hide the content |
| show_categories | true/false the default is true, will show or hide the categories |
| show_tags | true/false the default is true, will show or hide the tags |
| show_image | true/false the default is true, will show or hide the thumbnail image |
| link_title | true/false the default is true, will link the title |
| link_categories | true/false the default is true, will link the categories |
| link_tags | true/false the default is true, will link the tags |
| link_image | true/false the default is true, will link the image |
| split_more | This forces an early split in the results |
| type | The post typs you would like to display |
| split_point | Used in conjunction with “split_more”, this is soon to be deprecated |
| limit | This limits the number of results |
| cat_id | Now deprecated, please use “category” |
| category | post category ID or slug you would like to display |
| orderby | Order the result set |
| order | Direction of the order |
| offset | Offset is used to offset the resultset, great for related posts |
| image_size | Size of the images to be displayed |
| suppress_filters | Suppress any built in filters |
| display_sequence | The sequence of items you wice to display per loop, “show_” variables that do not appear in the list will be appended |
| class_title | the class name used in the title tag |
| class_date | the class name used in the date tag |
| class_author | the class name used in the author tag |
| class_content | the class name used in the content tag |
| class_categories | the class name used in the category item tags |
| class_categories_wrap | the class name used in the outer category tag |
| class_tags | the class name used in the tag item tag |
| class_tags_wrap | the class name used in the outer tag tag |
| class_wrap | the class name used in the post wrapper tag |
| class_image | the class name used in the image wrapper tag |
| tag_title | the actual tag used for the title |
| tag_date | the actual tag used for the date |
| tag_author | the actual tag used for the author |
| tag_content | the actual tag used for the content |
| tag_categories | the actual tag used for the category items |
| tag_categories_wrap | the actual tag used for the outer category tag |
| tag_tags | the actual tag used for the tag items |
| tag_tags_wrap | the actual tag used for the outer tag tag |
| tag_wrap | the actual tag used for the post wrapper |
| tag_image | the actual tag used for the image wrapper |
| sep_categories | the seperator used for the categories |
| sep_tags | the seperator used for the tags |
| pre_categories | the intro text for categories |
| pre_tags | the intro text for tags |
Download
You can find the plugin on the WordPress site, http://wordpress.org/extend/plugins/posts-to-page/

Jon Reynolds says:
You’ve got a great plugin here. Maybe I just don’t know how to use some of it.
How to I get say 15+ posts all categorized in one single category to display on successive pages? So far it seems to limit to about 5 posts total over two pages.
Also, how do I use the ORDER and ORDER BY options? I’m not sure what the parameter values are. I’d like to display the posts on pages in oldest to newest sequence or by some tag or custom field value.
Thanks in advance
Bloafer says:
You should use something like:
[posts-to-page category="category_slug" limit=15 orderby="post_date" order="desc"]Michael says:
Is there a way to reduce the size of the title text in the widget only?
Bloafer says:
What widget? Please could your provide an example