=== Pure PHP Pagination ===
Contributors: Kirill Shur (SureCode Marketing)
Donate link: https://surecode.me/
Tags: pagination, ajax pagination,post pagination, load more
Requires at least: 5.1
Tested up to: 5.8
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

 Ajax pagination for your posts at your awesome site!

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

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

== Changelog ==
= 1.0 =
* First version of the plugin.

== Frequently Asked Questions ==
There are currently no FAQs at this time.

== Screenshots ==
1. The view of the regular pagination.
2. The view of the Load More pagination.
