Horje
This plugin generates simply link list of page number with some original functions. Wordpress Tutorial

Noted That:

  • To install correctly this simplistic-page-navi.zip .
  • Fisrt Download the simplistic-page-navi.zip to your computer
  • Extract/Open simplistic-page-navi.zip to Your Computer.
  • Then, Find readme.txt file inside simplistic-page-navi.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 " simplistic-page-navi.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 " simplistic-page-navi.zip "  Downloaded plugin from your computer, Where you downloaded simplistic-page-navi.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. " Simplistic page navi " folder is added on left sidemenu. Now, Click on " Simplistic page navi " folder.

   Noted that: If you do not see " Simplistic page navi " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  Simplistic page navi Configurtions and Settings or How to work " Simplistic page navi " 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 " Simplistic page navi " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Simplistic page navi
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload “simplistic_pagenavi” folder which include “simplistic_pagenavi.php” to the “/wp-content/plugins/” directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Go to “WP-Admin -> Settings -> Simplistic Page-navi Option” to configure the plugin options
  4. Add a template tag “splcpn_echopager” to the place where you would like to display page-navigation in your theme.

Usage is as follows.




In this case, HTML will be generated as follows when you set 1 in a parameter.


If you set 0 or if you omit it ( optional in the case because 0 is default value) is as follows.


If you want to display this twice in the same page, you can setting of position in detail for each.

I think it is common to show two pagenations at the top and bottom of a page. In that case, the second time the function is called, the first creation is stored in memory and reused.

For other parameters (the same as the option) is specified by an array as the second argument as follows.

You describe the only necessary items and you can not omit the first argument.

If you specify the parameters by an array, you can be a different display even in the same page.

The last parameter “max_page_num” is not an option value. For example, when you get a list of the specific category post using the WP_Query at a “static” page, there is a case where “$wp_query-> max_num_pages” is no value. In that case, pagenation will be not displayed. You should specified in this parameter by getting the total number of pages in some way.



 '0', // 0:normal 1:reverse 'above' =>
 '7', // Display of direct Jump box, default:7 'minimum_unit' =>
 '1', // 0:minimum-list 1:full-list 'adjacent_num'=>
 '3',// Number of pages that adjacent to current page to display list 1-5 'larger_page'=>
 '3',// Maximum number of larger page to display list 0-5 'top_label' =>
 'Top', 'last_label' =>
 'Last', 'connection_str'=>
'~',// Connection string, empty is disable. 'div_id'=>
'pagenavilist',// Id strings of parent div tag. 'font_size'=>
'0',//specify font size. -10~10, set 0 to disable. 'top_text_align'=>
'0',// Text-align of id="toppagelink" of "nav" tag. 0 : disable, 1:left, 2: right, 3:center. 'top_margin'=>
'',// Margin of id="toppagelink" of "nav" tag. Empty is disable, top:right:bottom:left. This value can have from one to four values same as the format of css. 'bottom_text_align'=>
'0',// Text-align of id selector "bottompagelink" of "nav" tag. 0 : disable, 1:left, 2: right, 3:center. 'bottom_margin'=>
'',// Margin of id selector "bottompagelink" of "nav" tag. Same as "top_margin". 'distant_num'=>
'3',// Number of pages to display list when the wide distance from the edge label. 'max_page_num'=>
$wp_query->
max_num_pages,// The total number of pages. This value is required when value of $wp_query->
max_num_pages is empty. ); splcpn_echopager( 0, $args ); }
?>

In addition, when you want to change the style by the page.

You set the “Load style sheet” of the option to 0, and calling the function of “direct_splcpn_style” before wp_head () in header.php.

You can specify the style sheet to be loaded for each page.

For example, if in the following manner, you can randomly change the style at load page.





generates , simply , link , list , page , number , some , original , functions , tutorial ,

Name

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