Title: wp-all-posts-page-link
Author: sandapao
Published: <strong>21 ສິງຫາ 2009</strong>
Last modified: 29 ກໍລະກົດ 2010

---

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

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

![](https://s.w.org/plugins/geopattern-icon/all-posts-page-link.svg)

# wp-all-posts-page-link

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

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/all-posts-page-link.1.1.zip)

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

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/all-posts-page-link/)

## ຄຳອະທິບາຍ

Display page link for all posts. Tested on wordpress 2.8.2 and 2.8.4 and 2.8.5, 
on bugs found.

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

 1. Upload `wp-all-posts-pages-link.php` to the `/wp-content/plugins/wp-all-posts-page-
    link` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Place in the index.php of your templates. And the result will be:
     “Prev Page 1
    2 3 Next Page”.
 4. You may change the page number form to set parameters like all_posts_page_link(‘
    Prev’, ‘Next’, ‘P’). If so the result will be:
     “Prev Page P1 P2 P3 Next Page”.
 5. If you want to display with reverse page number, you may set parameter like all_posts_page_link(‘
    Prev’, ‘Next’, ”, 0, ). If so the result will be:
     “Prev Page 3 2 1 Next Page”.
    In the reverse form, the latest is 3.

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

  What’s the format of the output?

The format of output as follows(current page number is 1):

 * Prev Page
 * 1
 * [2](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [3](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [Next Page](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)

  How to customize prev and next lable?

You can set them on the arguments of function all_posts_page_link, like all_posts_page_link(‘–‘,‘
++’, ‘Page’) . For these arguments, the output will as follows(current page number
is 1):

 * —
 * Page1
 * [Page2](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [Page3](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [+++](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)

## ການຣີວິວ

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

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

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

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

 *   [ sandapao ](https://profiles.wordpress.org/sandapao/)

[ແປ “wp-all-posts-page-link” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/all-posts-page-link)

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

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

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

#### 1.0

 * first version.

#### 1.1

 * Remove class from [](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * Add option for reverse display. This means you can chose pages like:

 * —
 * Page1
 * [Page2](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [Page3](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [+++](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)

OR

 * —
 * Page3
 * [Page2](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [Page1](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)
 * [+++](https://lo.wordpress.org/plugins/all-posts-page-link/?output_format=md#)

In the reverse form, the Page3 is the latest. Othrwise Page1 is the latest.

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

 *  ເວີຊັນ **1.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **16 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 2.8.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **2.8.5**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/all-posts-page-link/)
 * ແທັກ
 * [link](https://lo.wordpress.org/plugins/tags/link/)[page](https://lo.wordpress.org/plugins/tags/page/)
   [posts](https://lo.wordpress.org/plugins/tags/posts/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/all-posts-page-link/advanced/)

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

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/all-posts-page-link/reviews/#new-post)

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

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

 *   [ sandapao ](https://profiles.wordpress.org/sandapao/)

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

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

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

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://www.sandapao.com/html/y2009/08/wp-all-posts-page-link.html)