Plugin Directory

Changeset 2571016


Ignore:
Timestamp:
07/23/2021 03:40:06 PM (5 years ago)
Author:
sasikirono
Message:

Update readme

Location:
responsive-pagination
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • responsive-pagination/tags/1.4.1/readme.txt

    r2540992 r2571016  
    33Tags: pagination, responsive, mobile
    44Requires at least: 3.5.0
    5 Tested up to: 5.7.2
     5Tested up to: 5.8
    66Stable tag: 1.4.1
    77Requires PHP: 5.3
     
    2424You can choose the way you want to apply responsive pagination.
    2525
    26 #### A. Convert Existing Paginations  ####
     26#### Method A : Convert Existing Paginations (No Coding Required)  ####
    2727
    28 This method will convert the existing paginations from your theme into responsive paginations without adding 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*)
     28This 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*)
    2929
    30 #### B. Create new Pagination Programmatically ####
     30#### Method B : Create new Pagination Programmatically from Scratch ####
    3131
    3232This 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*.
    3333
    3434
    35 ### Responsive Pagination API ###
     35### Responsive Pagination API (For Programmatic Usage) ###
    3636
    3737*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.*
     
    5656
    5757
    58 #### Example ####
     58#### Example (For Programmatic Usage) ####
    5959
    6060Example 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.
     
    121121= My pagination is responsive now, but I want to customize it more =
    122122
    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.
     123If you want to apply more custom styling, you can set additional class to the components from Admin Settings, and apply manual CSS.
    126124
    127125
  • responsive-pagination/trunk/readme.txt

    r2540985 r2571016  
    33Tags: pagination, responsive, mobile
    44Requires at least: 3.5.0
    5 Tested up to: 5.7.2
     5Tested up to: 5.8
    66Stable tag: 1.4.1
    77Requires PHP: 5.3
     
    2424You can choose the way you want to apply responsive pagination.
    2525
    26 #### A. Convert Existing Paginations  ####
     26#### Method A : Convert Existing Paginations (No Coding Required)  ####
    2727
    28 This method will convert the existing paginations from your theme into responsive paginations without adding 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*)
     28This 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*)
    2929
    30 #### B. Create new Pagination Programmatically ####
     30#### Method B : Create new Pagination Programmatically from Scratch ####
    3131
    3232This 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*.
    3333
    3434
    35 ### Responsive Pagination API ###
     35### Responsive Pagination API (For Programmatic Usage) ###
    3636
    3737*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.*
     
    5656
    5757
    58 #### Example ####
     58#### Example (For Programmatic Usage) ####
    5959
    6060Example 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.
     
    121121= My pagination is responsive now, but I want to customize it more =
    122122
    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.
     123If you want to apply more custom styling, you can set additional class to the components from Admin Settings, and apply manual CSS.
    126124
    127125
Note: See TracChangeset for help on using the changeset viewer.