=== Simplistic page navi === Contributors: strix-bubol5 Donate link: Tags: navigation, pagination, paging, pages, pager Requires at least: 4.5 Tested up to: 6.9 Stable tag: 6.0 Requires PHP: 7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin displays a linked list by page number. It is simple but has several features. == Description == This plugin's page-list has an input box that allows you to directly specify the page number you wish to display. This plugin has a setting to display page-list in reverse order You can specify style-sheet and some options at each page. This plugin has several sample stylesheets by default. By passing an array of options to the function as arguments on each page, it is possible to change the appearance of multiple linked listings within the same page, except for the style. It is common to have two linked lists, one at the top of the page and one at the bottom. In such cases, when the function is called a second time, the list created the first time is reused from memory to avoid having the same process performed twice. This plugin has a custom block for Gutenberg Block Editor. Even if you don't know much html or php, this plugin has the ability to insert linked list at the beginning and end of an html element using Javascript by specifying the ID of the html element where you want to display it. Furthermore, if you have no idea about the ID of html elements, etc., go into the plugin's options settings page and try typing "search" in the "Page-lists outputted by javascript" field. When the page is displayed, the plugin uses javascript to find the html elements of the main content, and if it is lucky enough to find it, it will use Javascript to insert a page-lists at the beginning and end of that HTML element. Perhaps it might work. == Installation == 1. Upload "simplistic-page-navi" 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. Or, if you don't want to touch HTML or PHP at all, try into a word "search" in the "Page-lists outputted by javascript" option box. If this plugin can successfully find the main content, maybe it will work. Usage is as follows. ` ` In this case, HTML will be generated as follows when you set 1 as an argument. `