Descrizione
It’s a simple custom post type ajax pagination plugin.
Features:
- Easily customizable.
- Lightweight.
- Custom post type ajax pagination with category
Installazione
- 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
1. Install Plugin
2. 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']
Recensioni
Contributi e sviluppo
“CPTA Pagination” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “CPTA Pagination” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
1.0
- New: CPTA Pagination Plugin
1.1
- New: Custom post type ajax pagination with category