>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple Custom Posts per Page |
Version | 1.0 |
Author | Andrea Dell'Orco |
Rating | 0 |
Last updated | 2012-02-11 02:19:00 |
Downloads |
2320
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Simple Custom Posts per Page plugin added 5 bytes of resources to the Home page and 38 bytes of resources to the sample Post page.
Simple Custom Posts per Page plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Simple Custom Posts per Page plugin ads no tables to your Wordpress blog database.Simple Custom Posts per Page (SCPP) allows to configure the number of posts displayed for every custom post registered in Wordpress.
See Screenshots to known why it is called "Simple".
In your Readme page in Setting tab of Wordpress, it adds an option for every post type.
Disable Plugin in Template: You can disable plugin filters in your template whenever you want. Maybe you need a query with a different number of custom posts per page for a specific post type. Using this code before your query, the filter plugin will be disabled for a specific post type:
<?php $GLOBALS['ado_cspp_disable']="YOUR_TYPE"; ?>
With this code, you can use your personalized query for your loop.
More: You can find more informations in the official Post on my Blog.