Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Pure PHP Pagination

Beskrivning

This plugin lets you paginate for your posts to your WordPress site.

Skärmdumpar

  • The view of the regular pagination.
  • The view of the Load More pagination.

Installation

  1. Download the plugin.
  2. Activate the plugin in the WordPress Admin Panel.
  3. Usage of the plugin:

    Shortcode: ”[pure_php_pagination post_type=”post” category_name=”coolpets” ppp=”3″ type_of_pagination=”regular”]”
    or in php place do_shortcode(’[pure_php_pagination post_type=”post” category_name=”coolpets” ppp=”3″ type_of_pagination=”regular”]’)”.
    Another ”type_of_pagination” ”scroll” let you ”Load More” your posts.
    The plugin shows your excerpt,featured image of the post and permalink for ”Read More”.

Vanliga frågor

There are currently no FAQs at this time.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Pure PHP Pagination” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Pure PHP Pagination” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.0

  • First version of the plugin.