Horje
WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site. Wordpress Tutorial

Noted That:

  • To install correctly this wp-paginate.zip .
  • Fisrt Download the wp-paginate.zip to your computer
  • Extract/Open wp-paginate.zip to Your Computer.
  • Then, Find readme.txt file inside wp-paginate.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download " wp-paginate.zip " Plugin to your Local Computer. (Click Download)

2. Then, Login to your " yourdomain.com/wp-admin " Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " wp-paginate.zip "  Downloaded plugin from your computer, Where you downloaded wp-paginate.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " WP-Paginate " folder is added on left sidemenu. Now, Click on " WP-Paginate " folder.

   Noted that: If you do not see " WP-Paginate " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  WP-Paginate Configurtions and Settings or How to work " WP-Paginate " in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WP-Paginate " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP-Paginate
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Install and Activate

  1. Unzip the downloaded WP-Paginate zip file
  2. Upload the wp-paginate folder and its contents into the wp-content/plugins/ directory of your WordPress installation
  3. Activate WP-Paginate from Plugins page

Implement

You can now configure the location and appearance of pagination links through WP-Paginate Settings rather than edit your theme files. See the Configure section.

For posts pagination:
* Open the theme files where you’d like pagination to be used. Depending on your theme, this could be in a number of files, such as index.php , archive.php , categories.php , search.php , tag.php , or the functions.php file(s).The twentyeleven theme places the pagination code in functions.php in the twentyeleven_content_nav() function.

Examples:

For the Twenty Seventeen theme, in index.php , replace:


the_posts_pagination( array( 'prev_text' =>
 twentyseventeen_get_svg( array( 'icon' =>
 'arrow-left' ) ) . '
' . __( 'Previous page', 'twentyseventeen' ) . '
', 'next_text' =>
 '
' . __( 'Next page', 'twentyseventeen' ) . '
' . twentyseventeen_get_svg( array( 'icon' =>
 'arrow-right' ) ), 'before_page_number' =>
 '
' . __( 'Page', 'twentyseventeen' ) . ' 
',
) );

With:


if(function_exists('wp_paginate')): wp_paginate();
else : the_posts_pagination( array( 'prev_text' =>
 twentyseventeen_get_svg( array( 'icon' =>
 'arrow-left' ) ) . '
' . __( 'Previous page', 'twentyseventeen' ) . '
', 'next_text' =>
 '
' . __( 'Next page', 'twentyseventeen' ) . '
' . twentyseventeen_get_svg( array( 'icon' =>
 'arrow-right' ) ), 'before_page_number' =>
 '
' . __( 'Page', 'twentyseventeen' ) . ' 
', ) );
endif;

For the Twenty Sixteen theme, in index.php , replace:


 the_posts_pagination( array( 'prev_text' =>
 __( 'Previous page', 'twentysixteen' ), 'next_text' =>
 __( 'Next page', 'twentysixteen' ), 'before_page_number' =>
 '
' . __( 'Page', 'twentysixteen' ) . ' 
', ) );

With:


 if(function_exists('wp_paginate')): wp_paginate(); else : the_posts_pagination( array( 'prev_text' =>
 __( 'Previous page', 'twentysixteen' ), 'next_text' =>
 __( 'Next page', 'twentysixteen' ), 'before_page_number' =>
 '
' . __( 'Page', 'twentysixteen' ) . ' 
', ) ); endif;

For the Twenty Fifteen theme, in index.php , replace:


 the_posts_pagination( array( 'prev_text' =>
 __( 'Previous page', 'twentyfifteen' ), 'next_text' =>
 __( 'Next page', 'twentyfifteen' ), 'before_page_number' =>
 '
' . __( 'Page', 'twentyfifteen' ) . ' 
', ) );

With:


 if(function_exists('wp_paginate')): wp_paginate(); else : the_posts_pagination( array( 'prev_text' =>
 __( 'Previous page', 'twentyfifteen' ), 'next_text' =>
 __( 'Next page', 'twentyfifteen' ), 'before_page_number' =>
 '
' . __( 'Page', 'twentyfifteen' ) . ' 
', ) ); endif;

For comments pagination:
1) Open the theme file(s) where you’d like comments pagination to be used. Usually this is the comments.php file.

2) Replace your existing previous_comments_link() and next_comments_link() code block with the following:




Configure

1) Configure the WP-Paginate settings, if necessary, from the WP-Paginate option in the Settings menu

2) The styles can be changed with the following methods:

  • Add a wp-paginate.css file in your theme’s directory and place your custom CSS there
  • Add your custom CSS to your theme’s styles.css
  • Modify the wp-paginate.css file in the wp-paginate plugin directory

Note: The first two options will ensure that WP-Paginate updates will not overwrite your custom styles.

Upgrading

To 1.1.1+:

  • Update WP-Paginate settings, change Before Markup to
  • Update wp-paginate.css , change .wp-paginate ol to .wp-paginate

paginate , simple , flexible , pagination , which , provides , users , better , navigation , site ,

Name

Read Article
https://develop.horje.com/learn/1434/reference