Download the PHP package chrisguitarguy/advanced-posts-per-page without Composer
On this page you can find all versions of the php package chrisguitarguy/advanced-posts-per-page. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chrisguitarguy/advanced-posts-per-page
More information about chrisguitarguy/advanced-posts-per-page
Files in chrisguitarguy/advanced-posts-per-page
Package advanced-posts-per-page
Short Description Control posts per page for each post type from the admin area.
License MIT
Informations about the package advanced-posts-per-page
=== Advanced Posts/Page === Contributors: chrisguitarguy Donate link: http://www.pwsausa.org/give.htm Tags: posts per page, archives, archive Requires at least: 3.4 Tested up to: 3.5 Stable tag: 1.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Fine grained control of how many of your posts appear on each of the various WordPress archive pages.
== Description ==
Advanced Posts per Page gives you fined grained control over how many of your posts appear on each of your various WordPress archive pages.
Blog pages show at most x posts
is not the only per page setting anymore.
== Installation ==
Use the WordPress plugin install, or...
- Grab the plugin's zip file by clicking the big orange button
- Unzip it and upload the
advanced-posts-per-page
directory yourwp-content/plugins
directory - Activate and enjoy!
If you're interested in using the "development version", this plugin is also on github.
== Frequently Asked Questions ==
= Where are this things settings? =
Advanced post per page does not add a settings page. You can find all its options under Settings > Reading
= How can I just use the default posts per page on a given archive? =
Just set that archive's value to 0
= How can I show all my posts on a given archive page? =
Set the archive's value to -1
= Does this support custom post type archives? =
Yes. Assuming you set has_archive
to true
when the post type we registered, the post type should show up in the options. See the screenshots for an example.
== Screenshots ==
- The options -- with custom post types and taxonomies
== Changelog ==
= 1.0 =
- Initial version
== Upgrade Notice ==
n/a