=== Custom Posts Per Page === Contributors: jeremyfelt Donate link: http://www.jeremyfelt.com/wordpress/plugins/custom-posts-per-page/ Tags: admin, administration, settings, archives, posts, count, number, custom-post-type Requires at least: 3.1 Tested up to: 3.2.1 Stable tag: 1.0 Custom Posts Per Page provides a settings page in the WordPress admin that allows you to specify how many posts are displayed for different views. == Description == Custom Posts Per Page allows you to specify how many posts are displayed per page depending on your current view. Settings are available for: * Home Page *Index* * Category Pages * Tag Pages * Author Pages * Archive Pages * Search Pages * Default Page (*Any page not covered above.*) * Any Custom Post Type archive pages (*Detected automatically*) This makes it easier to manage exactly how your posts are displayed to your readers, especially when different views have different layouts, rather than relying on the single setting in the Reading menu or having to hard code options in your custom theme. == Installation == 1. Upload 'custom-posts-per-page-count.php' to your plugin directory, usually 'wp-content/plugins/', or install automatically via your WordPress admin page. 1. Active Custom Posts Per Page in your plugin menu. 1. Configure using the Posts Per Page menu under Settings in your admin page. (*See Screenshot*) That's it! The current setting for *Blog pages show at most* under *Reading* will be used to fill in the default values. You can take over from there. == Frequently Asked Questions == = Why aren't there any FAQs? = * Because nobody has asked a question yet. == Screenshots == 1. An overview of the Custom Posts Per Page settings screen. == Changelog == = 1.0 = * **Custom Post Types** - Custom post types are automatically detected and can be configured through settings. * Now pulls current *Blog pages show at most* value for use on plugin activation instead of defaulting to 10. * Allows for value of 0 to be set on any option in order for that view to be controlled somewhere else. = 0.2 = * Directory structure sent to SVN stopped plugin from working. Resolved. = 0.1 = * In which a plugin begins its life. == Upgrade Notice == = 1.0 = * Upgrade, while not necessarily required, provides support for custom post types. And that's awesome. = 0.2 = * Upgrade required for directory structure change. = 0.1 = * Initial installation.