[wordpress插件] Add Hierarchical Number To HeadLine将分层编号添加到标题

wordpress 插件 文章 2020-01-30 19:40 521 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

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.

xxxIt does not have to be a hierarchy from h1xxx

Since this plug-in allocates numbers based on the largest heading in the article,
There is no problem even if the biggest headline tag in the article is not h1.

For example

<.h2>test<./h2>
<.h3>test<./h3>
<.h3>test<./h3>

Even if you use heading tags in articles as in

1 test
1-1 test
1-2 test

And assign numbers.

For Japanese users

このプラグインは記事内にあるh1~h9で作成された全ての見出しの先頭に、その見出しの階層が把握できる数字列を追加するプラグインです。
例えば、
<.h1>test<./h1>
<.h2>test<./h2>
<.h2>test<./h2>
のようになっているとします。
そうすると、記事上では以下のように見出しに数字列が追加されます。
1 test
1-1 test
1-2 test
このように見出しの階層構造を見出しの先頭に追加し、記事上で表示してくれます。

ユーザー設定では、見出しに追加する”数字”と”数字間の文字”を設定することが可能です。

xxx必ずh1からの階層でなくてもいいxxx

当プラグインは、記事中にある一番大きい見出しを基準に番号を割り振りますので、
記事中の一番大きい見出しタグがh1でなくても問題ありません。

例えば

<.h2>test<./h2>
<.h3>test<./h3>
<.h3>test<./h3>

のように記事中に見出しタグを使用していても、

1 test
1-1 test
1-2 test

と番号を割り振ります。

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.

xxxIt does not have to be a hierarchy from h1xxx

Since this plug-in allocates numbers based on the largest heading in the article,
There is no problem even if the biggest headline tag in the article is not h1.

For example

<.h2>test<./h2>
<.h3>test<./h3>
<.h3>test<./h3>

Even if you use heading tags in articles as in

1 test
1-1 test
1-2 test

And assign numbers.

For Japanese users

このプラグインは記事内にあるh1~h9で作成された全ての見出しの先頭に、その見出しの階層が把握できる数字列を追加するプラグインです。
例えば、
<.h1>test<./h1>
<.h2>test<./h2>
<.h2>test<./h2>
のようになっているとします。
そうすると、記事上では以下のように見出しに数字列が追加されます。
1 test
1-1 test
1-2 test
このように見出しの階層構造を見出しの先頭に追加し、記事上で表示してくれます。

ユーザー設定では、見出しに追加する”数字”と”数字間の文字”を設定することが可能です。

xxx必ずh1からの階層でなくてもいいxxx

当プラグインは、記事中にある一番大きい見出しを基準に番号を割り振りますので、
記事中の一番大きい見出しタグがh1でなくても問題ありません。

例えば

<.h2>test<./h2>
<.h3>test<./h3>
<.h3>test<./h3>

のように記事中に見出しタグを使用していても、

1 test
1-1 test
1-2 test

と番号を割り振ります。

安装步骤

    1. Upload ‘Add Number To HeadLine’ folder to the ‘/wp-content/plugins/’ directory
    2. 将“向标题行添加号码”文件夹上载到“ / wp-content / plugins /”目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Edit settings through the ‘Settings’ menu as you like
    6. 根据需要通过“设置”菜单编辑设置

下载地址

https://downloads.wordpress.org/plugin/add-number-to-headline.1.0.5.zip

https://downloads.wordpress.org/plugin/add-number-to-headline.1.0.5.zip

-EOF-

AI助手支持GPT4.0