Este plugin non se actualizou en máis de 2 anos. É posible que xa non sexa compatible ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con novas versións de WordPress.

Custom Posts Per Page Reloaded

Descrición

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.

Capturas

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

Instalación

  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.

Preguntas frecuentes

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.

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“Custom Posts Per Page Reloaded” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “Custom Posts Per Page Reloaded” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

2.0.0

  • Initial release.