=== Add Hierarchical Number To HeadLine === Contributors: xxxkosukexxx Donate link: Tags: Headline, Number, Hierarchical Requires at least: 3.0.1 Tested up to: 4.8.1 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plug-in is a plug-in that adds a number string that can grasp the heading hierarchy at the head of all headings created by h1 to h9 in the article. == Description == This plug-in is a plug-in that adds a number string that can grasp the heading hierarchy at the head of all headings created by h1 to h9 in the article. For example, <.h1>test<./h1> <.h2>test<./h2> <.h2>test<./h2> Let's say it is like this. Then, on the article, a number string is added to the heading as follows. 1 test 1-1 test 1-2 test In this way, the hierarchical structure of the heading is added to the head of the headline and it is displayed on the article. In the user setting, it is possible to set "number" and "character between numbers" to be added to the headline. == Installation == 1. Upload 'Add Number To HeadLine' folder to the '/wp-content/plugins/' directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Edit settings through the 'Settings' menu as you like == Frequently asked questions == = What happens if the headings are not in the correct hierarchy. = Once numbers are added, numbers may not be added in the intended hierarchy. Please correctly set the heading hierarchy to avoid it. == Screenshots == 1. Edit settings through the 'Settings' menu as you like. == Changelog == = 1.0.1 = * Changed the name and description of the plugin. = 1.0.0 = * First release. == Upgrade notice == No upgrade, so far. == For Japanese users == このプラグインは記事内にあるh1~h9で作成された全ての見出しの先頭に、その見出しの階層が把握できる数字列を追加するプラグインです。 例えば、 <.h1>test<./h1> <.h2>test<./h2> <.h2>test<./h2> のようになっているとします。 そうすると、記事上では以下のように見出しに数字列が追加されます。 1 test 1-1 test 1-2 test このように見出しの階層構造を見出しの先頭に追加し、記事上で表示してくれます。 ユーザー設定では、見出しに追加する"数字"と"数字間の文字"を設定することが可能です。