Changeset 2571016
- Timestamp:
- 07/23/2021 03:40:06 PM (5 years ago)
- Location:
- responsive-pagination
- Files:
-
- 2 edited
-
tags/1.4.1/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-pagination/tags/1.4.1/readme.txt
r2540992 r2571016 3 3 Tags: pagination, responsive, mobile 4 4 Requires at least: 3.5.0 5 Tested up to: 5. 7.25 Tested up to: 5.8 6 6 Stable tag: 1.4.1 7 7 Requires PHP: 5.3 … … 24 24 You can choose the way you want to apply responsive pagination. 25 25 26 #### A. Convert Existing Paginations####26 #### Method A : Convert Existing Paginations (No Coding Required) #### 27 27 28 This method will convert the existing paginations from your theme into responsive paginations without addingany WordPress shortcode or PHP code. You only need to fill the selectors (*CSS* or *jQuery*-like selector) of the existing pagination elements. You'll input the selectors in Admin Settings Page (*Settings > Responsive Pagination*)28 This method will convert the existing paginations from your theme into responsive paginations without needs to add any WordPress shortcode or PHP code. You only need to fill the selectors (*CSS* or *jQuery*-like selector) of the existing pagination elements. You'll input the selectors in Admin Settings Page (*Settings > Responsive Pagination*) 29 29 30 #### B. Create new Pagination Programmatically####30 #### Method B : Create new Pagination Programmatically from Scratch #### 31 31 32 32 This method will need you to insert PHP code into template files directly using *Responsive Pagination API*. This method supports queries using *WP_Query*, or even something more generic without *WP_Query*. 33 33 34 34 35 ### Responsive Pagination API ###35 ### Responsive Pagination API (For Programmatic Usage) ### 36 36 37 37 *Note : This API section is a short guide for creating responsive pagination programmatically. However, there is easier solution using this plugin without touching any code - that is by converting your theme's existing pagination from within Admin Settings Page with just providing its CSS/jQuery selector.* … … 56 56 57 57 58 #### Example ####58 #### Example (For Programmatic Usage) #### 59 59 60 60 Example for creating pagination for posts within main loop using *WP_Query*. This also works with custom post type as long as you have *WP_Query* within loop. … … 121 121 = My pagination is responsive now, but I want to customize it more = 122 122 123 If you want to apply more custom styling, you can set additional class to the components, and apply manual CSS. 124 125 However, we also provide service to customize the pagination for you, [starting from $79](http://responsivepagination.com/premium-service) at your discretion. 123 If you want to apply more custom styling, you can set additional class to the components from Admin Settings, and apply manual CSS. 126 124 127 125 -
responsive-pagination/trunk/readme.txt
r2540985 r2571016 3 3 Tags: pagination, responsive, mobile 4 4 Requires at least: 3.5.0 5 Tested up to: 5. 7.25 Tested up to: 5.8 6 6 Stable tag: 1.4.1 7 7 Requires PHP: 5.3 … … 24 24 You can choose the way you want to apply responsive pagination. 25 25 26 #### A. Convert Existing Paginations####26 #### Method A : Convert Existing Paginations (No Coding Required) #### 27 27 28 This method will convert the existing paginations from your theme into responsive paginations without addingany WordPress shortcode or PHP code. You only need to fill the selectors (*CSS* or *jQuery*-like selector) of the existing pagination elements. You'll input the selectors in Admin Settings Page (*Settings > Responsive Pagination*)28 This method will convert the existing paginations from your theme into responsive paginations without needs to add any WordPress shortcode or PHP code. You only need to fill the selectors (*CSS* or *jQuery*-like selector) of the existing pagination elements. You'll input the selectors in Admin Settings Page (*Settings > Responsive Pagination*) 29 29 30 #### B. Create new Pagination Programmatically####30 #### Method B : Create new Pagination Programmatically from Scratch #### 31 31 32 32 This method will need you to insert PHP code into template files directly using *Responsive Pagination API*. This method supports queries using *WP_Query*, or even something more generic without *WP_Query*. 33 33 34 34 35 ### Responsive Pagination API ###35 ### Responsive Pagination API (For Programmatic Usage) ### 36 36 37 37 *Note : This API section is a short guide for creating responsive pagination programmatically. However, there is easier solution using this plugin without touching any code - that is by converting your theme's existing pagination from within Admin Settings Page with just providing its CSS/jQuery selector.* … … 56 56 57 57 58 #### Example ####58 #### Example (For Programmatic Usage) #### 59 59 60 60 Example for creating pagination for posts within main loop using *WP_Query*. This also works with custom post type as long as you have *WP_Query* within loop. … … 121 121 = My pagination is responsive now, but I want to customize it more = 122 122 123 If you want to apply more custom styling, you can set additional class to the components, and apply manual CSS. 124 125 However, we also provide service to customize the pagination for you, [starting from $79](http://responsivepagination.com/premium-service) at your discretion. 123 If you want to apply more custom styling, you can set additional class to the components from Admin Settings, and apply manual CSS. 126 124 127 125
Note: See TracChangeset
for help on using the changeset viewer.