Title: Paragraph Level IDs
Author: robertsharp
Published: <strong>6 ຕຸລາ 2013</strong>
Last modified: 6 ມັງກອນ 2015

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/paragraph-level-ids/assets/banner-772x250.jpg?rev=1052734)

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/paragraph-level-ids_cbcdc7.svg)

# Paragraph Level IDs

 ໂດຍ [robertsharp](https://profiles.wordpress.org/robertsharp/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/paragraph-level-ids.1.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/paragraph-level-ids/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/paragraph-level-ids/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/paragraph-level-ids/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/paragraph-level-ids/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/paragraph-level-ids/)

## ຄຳອະທິບາຍ

The 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=”para1234-5″>**.

These additions allow anyone to link directly to that paragraph in the post. This
is especially useful for long tracts of text, academic writing, and legal documents.

### Road Map

In the future I hope to make the following improvements.

 * Streamline the code so it is at its most efficient and smallest file size.
 * Further customisation options for the id
 * A degree of backwards compatibility and localisation for other languages
 * An option so this feature is only applied to the post types specified.

I would welcome any advice, offers of support, bug-testing, forking the project 
and troubleshooting to help make these extra features possible.

### Acknowledgements

My friend @strangerpixel overhauled the 0.2 code for this 1.0 release.

The comment by **s_ha_dum** in [this Stack Exchange thread] (http://wordpress.stackexchange.
com/questions/74558/automate-paragraphs-in-a-post-page-to-have-a-unique-anchor-link)
and the comment by **Milo** in [this Stack Exchange thread] (http://wordpress.stackexchange.
com/questions/90066/numbering-sections-and-block-level-elements-in-wpautop-wordpress-
as-cms-for-l) got me started. The [Add To Post plugin (https://wordpress.org/plugins/
add-to-post/) was instructive in helping me build a simple settings form.

## ການຕິດຕັ້ງ

 1. Download the plug-in
 2. Unzip the files and upload rs-para-level-ids.php to the wp-content/plugins directory.
 3. Visit the plugins section of your WordPress Dashboard.
 4. Activate the plugin
 5. Nothing will be changed in your website’s source code until you visit the ‘Paragraph
    IDs’ options under the WordPress ‘Settings’ menu, and update the settings according
    to your taste.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  What kind of tags does the plugin operate on?

The plugin only makes additions to <p> tags that have no other attributes. If any
other part of the content or system gives a paragraph tag any kind of styling, name
or id, then this plugin will simply ignore it.

  How are the ids and anchors added?

The id attributes are all added dynamically as the page is generated. The plugin
works by counting the number of paragraphs and adding an id or name based on that.

  What happens when I change the content of my post?

If the content changes and the author reduces or adds to the number of paragraphs
in the text, the anchor or paragraph id will change accordingly.

This plugin therefore works best with archived content that is not likely to change.

  I think your plugin could be improved – Would you like some help with it?

Absolutely, I’m at almost the limit of my coding skills here! [Get in touch via 
my website] (http://www.robertsharp.co.uk/paragraph-level-ids/) or on Twitter, [
@robertsharp59] (https://twitter.com/robertsharp59)

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Paragraph Level IDs” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ robertsharp ](https://profiles.wordpress.org/robertsharp/)
 *   [ sta1r ](https://profiles.wordpress.org/amucklow/)

[ແປ “Paragraph Level IDs” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/paragraph-level-ids)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/paragraph-level-ids/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/paragraph-level-ids/), ຫຼື ຕິດຕາມ
[ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/paragraph-level-ids/) 
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/paragraph-level-ids/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.0

 * Simplified the process. Now we offer only ids, not anchors.
 * Added an option to add # links immediately after each paragraph
 * Added an option to add highlight styling to each paragraph tag on hover
 * Many thanks to @strangerpixel for this fantastic update.

#### 0.2

 * Added a settings menu
 * Added the ability to add an ‘id’ to the paragraph tags, an anchor, or both
 * anchor/id customisation options.

#### 0.1

 * Proof of concept, no features

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **11 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 3.0.1 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.1.42**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/paragraph-level-ids/)
 * ແທັກ
 * [anchor](https://lo.wordpress.org/plugins/tags/anchor/)[id](https://lo.wordpress.org/plugins/tags/id/)
   [links](https://lo.wordpress.org/plugins/tags/links/)[paragraph](https://lo.wordpress.org/plugins/tags/paragraph/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/paragraph-level-ids/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/paragraph-level-ids/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/paragraph-level-ids/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/paragraph-level-ids/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/paragraph-level-ids/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/paragraph-level-ids/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/paragraph-level-ids/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/paragraph-level-ids/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ robertsharp ](https://profiles.wordpress.org/robertsharp/)
 *   [ sta1r ](https://profiles.wordpress.org/amucklow/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/paragraph-level-ids/)