=== 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.2 Custom Posts Per Page provides a settings page in your 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. Once settings are changed, the *Blog pages show at most* setting in the *Reading* menu will ignored. Settings are available for: * Home (Index) Page * As long as view is set to blog posts, not static page. * Separate values are available for the first page and subsequent pages. * Category Pages * Tag Pages * Author Pages * Archive Pages * Search Pages * Default Page (*Any page not covered above.*) * Custom Post Type archive pages * Any Custom Post Types are 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.2 = * Added I18n support, now accepting translations! * Added an uninstall.php file to handle option cleanup in the database if the plugin is ever deleted. Please don't delete me. :) * Added a 'Settings' link under the plugin once activated to make it easier to configure right away. * Made some changes to the readme file better describing the current state of things. = 1.1 = * Added an option for Front Page Posts Count so that the front page could be treated differently than pages 2,3,etc.. * Corrected issue that may have made it possible to lose settings on deactivation/activation or update. = 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.2 = * Upgrade provides uninstall.php to clean up nicely if the plugin is deleted. = 1.1 = * Upgrade provides a different setting for Front Page view versus pages 2,3,etc... on index page. = 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.