這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

LH Paragraph Ids

外掛說明

LH Paragraph Level IDs plugin adds an ‘id’ attribute to each paragraph tag in a blog post, giving the author and readers additional functionality.

So for example, <p> becomes <p id="lh_element_id-p-23463-3">.

Note if an id for an element already exists, it is kept. Also note this is done dynamically so ar no time is the content stored in the database changed.

There is also an optional feature to add a link to the paragraph symbol at the end of the post, like this. ¶ See faq for enabling this.

These additions allow anyone to link directly to that paragraph in the post. This is useful for long tracts of text and is also useful for rdf and semantics (in that these technologies often require identification of parts of a page).

Requires wp_body_open

Note this plugin requires wordpress 5.2 and for your theme to support the wp_body_open hook (most good themes do).

Like this plugin? Please consider leaving a 5-star review.

Love this plugin or want to help the LocalHero Project? Please consider making a donation.

安裝方式

Install using WordPress:

  1. Log in and go to Plugins and click on Add New.
  2. Search for LH Paragraph Ids and hit the Install Now link in the results. WordPress will install it.
  3. From the Plugin Management page in WordPress, activate the Lh Paragraph Ids plugin.
  4. That is it , the plugin has no settings (it just works), but has filters to modify its behaviour, see faq.

常見問題集

How do I enable automatic paragraph links?

By default, automtic paragraph links are turned off, they can be turned on by a filter like this:

add_filter(‘lh_paragraph_ids_link_enabled’, function(){
//Do something with the content
return true;
});

What happens if I deactiavte this plugin?

The plugin does not add anything to the content stored in the database, all attributes are added dynamically by the plugin. So you can safely deactivate the plugion if you no longer want the functionality it enables

Can you give me some examples of sites running this plugin?

The LocalHero project website and the Melbourne touch rugby association I founded both run on the same multisite that uses this plugin.

What is something does not work?

LH Paragraph Ids, and all LocalHero plugins are made to WordPress standards. Therefore they should work with all well coded plugins and themes. However not all plugins and themes are well coded (and this includes many popular ones).

If something does not work properly, firstly deactivate ALL other plugins and switch to one of the themes that come with core, e.g. twentyfirteen, twentysixteen etc.

If the problem persists please leave a post in the support forum: https://wordpress.org/support/plugin/lh-paragraph-ids/. I look there regularly and resolve most queries.

What if I need a feature that is not in the plugin?

Please contact me for custom work and enhancements here: https://shawfactor.com/contact/.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈LH Paragraph Ids〉的開發相關工作。

參與者

將〈LH Paragraph Ids〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.01 July 29, 2014
Initial release.

0.02 April 29, 2015
Only filter content on front end

1.00 July 13, 2015
Object oriented code

2.00 August 07, 2022
Removed settings, improved and simplified