תוסף זה לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס. ייתכן והתוסף כבר לא מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות יותר.

Pure PHP Pagination

תיאור

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

צילומי מסך

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

התקנה

  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".

שאלות נפוצות

There are currently no FAQs at this time.

סקירות

There are no reviews for this plugin.

מפתחים

"Pure PHP Pagination" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "Pure PHP Pagination" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

1.0

  • First version of the plugin.