Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Pure PHP Pagination

Beschreibung

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

Screenshots

  • 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“.

FAQ

There are currently no FAQs at this time.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Pure PHP Pagination“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Pure PHP Pagination“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • First version of the plugin.