Linux 软件免费装
Banner图

AutoListicle: Automatically Update Numbered List Articles

开发者 someguy9
更新时间 2026年1月12日 12:20
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.9
版权: GPLv3
版权网址: 版权信息

标签

shortcode listicle auto number numbered list

下载

1.2.2 1.2.3 1.1.0 1.1.1 1.1.2 1.0.0 1.1.3 1.1.4 1.2.0 1.2.1 1.2.4 1.3

详情介绍:

Easily keep your listicles with numbered lists updated correctly by using this plugin's shortcode [auto-list-number]. This will display the number 1 and increment with ever use. Perfect if you write blog posts with steps or "top 10 lists". This will allow you to easily add items to your lists or move elements around without worrying about updating headings with the correct numbers. Shortcode Usage examples Basic usage [auto-list-number] Item one. [auto-list-number] Item two. [auto-list-number] Item three. Countdown example (for "Top 10" style lists) [auto-list-number display="countdown"] Best item (displays 3) [auto-list-number display="countdown"] Second best (displays 2) [auto-list-number display="countdown"] Third best (displays 1) Position display example [auto-list-number display="position"] First item (displays "1 of 3") [auto-list-number display="position"] Second item (displays "2 of 3") [auto-list-number display="position"] Third item (displays "3 of 3") Custom start number (for multi-part articles) [auto-list-number start="11"] This displays 11 [auto-list-number] This displays 12 [auto-list-number] This displays 13 Number formats [auto-list-number format="roman"] Displays I, II, III, IV... [auto-list-number format="alpha"] Displays A, B, C, D... [auto-list-number format="padded"] Displays 01, 02, 03... Before and after text [auto-list-number before="#" after=":"] Displays "#1:" [auto-list-number before="Step_" after="_-"] Displays "Step 2 -" Note: Use underscore (_) for spaces in before/after attributes since WordPress trims spaces. Extended example using all shortcode functions. `Here is my list of [auto-list-number display="total"] items. [auto-list-number] Here is the first item in the list. [auto-list-number] Make long listicles with ease. [auto-list-number] You can even have multiple lists in one article. [auto-list-number name="my-new-list" after=":" wrapper="span"] My new list (this will start at number one). [auto-list-number name="my-new-list" after=":" wrapper="span"] This will be a second item. [auto-list-number] This item will be number 4.` Shortcode Options Troubleshooting If you are having trouble with a table of contents plugin you can use the [auto-list-number-force-reset] shortcode to reset your post's numbers. So ideally if your table of contents was at the top of your post you can put [auto-list-number-force-reset] below it so that all headings are reset to start at 1 again. This way the ToC plugin will loop through 1-4 for example then reset then the headlines can display 1-4 again.

安装:

To install this plugin:
  1. Download the plugin
  2. Upload the plugin to the wp-content/plugins directory,
  3. Go to "plugins" in your WordPress admin, then click activate.
  4. Add the shortcode [auto-list-number] where you want auto incrementing numbers in your articles (recommended use in headings).

更新日志:

1.3 1.2.3 1.2.2 1.2.1 1.2.0 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.0