Custom Posts Per Page Reloaded

描述

Custom Posts Per Page Reloaded 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 be ignored.

Settings are available for:

  • Home (Index) Page
    • As long as view is set to blog posts, not static page.
  • Category Pages
  • Tag Pages
  • Author Pages
  • Archive Pages
  • Search Pages
  • Default Page (Any page not covered above.)
  • Custom Post Type archive pages
    • All Custom Post Types are detected automatically.

Each of the above settings can have a different value for the first page displayed and subsequent paged views.

Custom Posts Per Page makes it easy to manage exactly how your content is 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.

This is a fork (an updated clone) of Custom Posts Per Page by Jeremy Felt.

螢幕截圖

  • An overview of the Custom Posts Per Page settings screen.

安裝

  1. Upload ‘custom-posts-per-page-count.php’ to your plugin directory, usually ‘wp-content/plugins/’, or install automatically via your WordPress admin page.
  2. Active Custom Posts Per Page in your plugin menu.
  3. 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.

常見問題

What are you doing with found_posts?

  • An issue was appearing in plugins that assisted with pagination when the setting for posts per page was different from subsequent pages. To resolve this issue, we do some math and return an incorrect found_posts value when that scenario occurs. This doesn’t affect any core WordPress functionality, but could confuse other plugins that are looking for a correct value. I wouldn’t worry about this much, but keep it in mind if you are seeing issues and have two different values entered as described.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Custom Posts Per Page Reloaded” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Custom Posts Per Page Reloaded 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

2.0.0

  • Initial release.