Changeset 2540992
- Timestamp:
- 06/02/2021 04:51:59 AM (5 years ago)
- Location:
- responsive-pagination/tags/1.4.1
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
responsive-pagination.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
responsive-pagination/tags/1.4.1/readme.txt
r2499739 r2540992 1 1 === Responsive Pagination === 2 Contributors: responsivepaginationdev2 Contributors: sasikirono 3 3 Tags: pagination, responsive, mobile 4 4 Requires at least: 3.5.0 5 Tested up to: 5.7 5 Tested up to: 5.7.2 6 6 Stable tag: 1.4.1 7 7 Requires PHP: 5.3 … … 15 15 Responsive Pagination plugin lets you configure your paginations to adapt to different screen size. Your paginations can be shown differently based on browser width as in responsive web design concept. 16 16 17 For instance, you might want to have a longer pagination with many page numbers when your site visitors are using desktops and large screens, but need shorter pagination with only *Prev* and *Next* link when they're using phones. 17 For instance, you might want to have a longer pagination with many page numbers when your site visitors are using desktops and large screens, but need shorter pagination with only *Prev* and *Next* link when they're using phones. 18 19 You may try using this plugin when you found your theme is not doing well with the responsive design on its pagination. This plugin lets you configure manually to the desired breakpoints. 20 18 21 19 22 ### Two Different Methods to Apply Responsive Pagination ### -
responsive-pagination/tags/1.4.1/responsive-pagination.php
r2345320 r2540992 5 5 * Version: 1.4.1 6 6 * Description: Configure your pagination to adapt to different screen size like phones, tablets, desktops, and larger screens. 7 * Plugin URI : https:// responsivepagination.com/8 * Author: Responsive Pagination Dev9 * Author URI: https:// responsivepagination.com/7 * Plugin URI : https://sasikirono.com 8 * Author: Bagus Sasikirono 9 * Author URI: https://sasikirono.com 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.