CPTA Pagination is a simple and lightweight plugin that provides AJAX pagination for WordPress custom post types.
Features:
- Easy to customize.
- Lightweight and simple to use.
- AJAX pagination for custom post types.
- Support for custom post type pagination with categories.
- Upload the plugin files to the /wp-content/plugins/cptapagination directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
Custom Options
- Install Plugin
- Add Short code
Only Custom post type pagination:
[cptapagination custom_post_type='yourposttype' post_limit='5']
Custom post type pagination with category:
[cptapagination custom_post_type='yourposttype' cptataxname='taxonamyname' cptacatname='categoryname' post_limit='5']