Title: References
Author: shra
Published: <strong>2016 年 6 月 22 日</strong>
Last modified: 2025 年 2 月 20 日

---

搜尋外掛

![](https://ps.w.org/references/assets/banner-772x250.png?rev=1441605)

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

![](https://ps.w.org/references/assets/icon-256x256.png?rev=1441608)

# References

 由 [shra](https://profiles.wordpress.org/shra/) 開發

[下載](https://downloads.wordpress.org/plugin/references.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/references/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/references/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/references/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/references/#developers)

 [技術支援](https://wordpress.org/support/plugin/references/)

## 外掛說明

This plugin will let you manage the post references. It is like “node reference”
in Drupal CMS module functionality.

Use Reference Settings page to configure publications connections.

After configuring step you will see additional metabox(s) on post editor page. Now
you can choose articles of referenced post types to attach it to article you edit.

Plugin stores connected article list to post metas. For template you can use, for
example, get_post_meta($post->ID, ‘_ref_ID’, true) to receive that list. As ‘ref_ID’
you should use a meta key configured on Referenced settings page earlier.

Plugin allow you to configure widgets to view the list(s) of attached articles.

#### Plugin API

Plugin has own API which allows you create references from your code (after registering
your own post types, etc). All functions are static and available through class 
REFShraAPI.

Currently there are implemented 5 functions. List of functions is below. More details
about API functions, their arguments, examples look in referenece.php.

REFShraAPI::config_load($postType = NULL, $refKey = NULL);
 //returns array currently
configured REFERENCES.

REFShraAPI::config_add($postType, $refKey, $linkedTypes, $title)
 // ADD/update 
REFERENCE configs.

REFShraAPI::config_remove($postType, $refKey);
 // Delete REFERENCE config by pair
postType / refKey.

REFShraAPI::get($postID = NULL);
 // Get references data by post ID.

REFShraAPI::update($postID = NULL, $refkey, $postIDs);
 // Update references data
by post ID.

REFShraAPI::find($postID = NULL, $postTypes = array(), $onlyPublished = false);
//
Search for article with attached post_id

#### Shortcode REF

Plugin supports shortcode REF. It allows to show list of referenced articles in 
any place of your post. Shortcode function implementation allows you customize list
and output. Only two attributes are available.

[ref id=”POST_ID” key=”REFERENCE_KEY”]

## 螢幕擷圖

[⌊Install References plugin.⌉⌊Install References plugin.⌉[

Install References plugin.

[⌊The References settings page.⌉⌊The References settings page.⌉[

The References settings page.

[⌊Build article connections.⌉⌊Build article connections.⌉[

Build article connections.

[⌊Configure widget(s).⌉⌊Configure widget(s).⌉[

Configure widget(s).

[⌊Created widget view.⌉⌊Created widget view.⌉[

Created widget view.

[⌊Using REF shortcode in post editor.⌉⌊Using REF shortcode in post editor.⌉[

Using REF shortcode in post editor.

[⌊REF shortcode rendered on frontend.⌉⌊REF shortcode rendered on frontend.⌉[

REF shortcode rendered on frontend.

## 安裝方式

Best is to install directly from WordPress. If manual installation is required, 
please make sure that the plugin files are in a folder named “references”, usually“
wp-content/plugins”.

## 使用者評論

![](https://secure.gravatar.com/avatar/bf1a5206d4d4c5adcbdcb71a85b2182243c6b5c4b568e5bc0f2e18c5f773b9b9?
s=60&d=retro&r=g)

### 󠀁[Nice](https://wordpress.org/support/topic/nice-2458/)󠁿

 [LucasTolle](https://profiles.wordpress.org/lucastolle/) 2018 年 3 月 28 日

Perfect!

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/references/reviews/)

## 參與者及開發者

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

參與者

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

[將〈References〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/references)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/references/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/references/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/references/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/references/)。

## 變更記錄

#### 1.2

New API function REFShraAPI::find // returns array of articles where attached given
article (as post_id).

#### 1.1

Added implementation referesence list shortdcode – ref.
 [ref id=”POST_ID” key=”
REFERENCE_KEY”]

Added reference API. You can use in your code static functions of special class 
REFShraAPI. Now 5 functions are available. More details about API functions, their
arguments, examples look in referenece.php.

REFShraAPI::config_load($postType = NULL, $refKey = NULL); //returns array currently
configured REFERENCES.

REFShraAPI::config_add($postType, $refKey, $linkedTypes, $title) // ADD/update REFERENCE
configs.

REFShraAPI::config_remove($postType, $refKey); // Delete REFERENCE config by pair
postType / refKey.

REFShraAPI::get($postID = NULL); // Get references data by post ID.

REFShraAPI::update($postID = NULL, $refkey, $postIDs); // Update references data
by post ID.

#### 1.02

Fixed bug with empty value reference case.

#### 1.01

Few cosmetic changes. Main change is next – plugin now allows to manage all post
types with `show_ui` flag instead of post types with `public` flag.

#### 1.0

Includes an admin page with plugin setting and Widgets.

## 中繼資料

 *  版本 **1.202**
 *  最後更新 **2 年前**
 *  啟用安裝數 **30+**
 *  WordPress 版本需求 ** 3.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.4.10**
 *  語言
 * [English (US)](https://wordpress.org/plugins/references/)
 * 標籤:
 * [reference](https://tw.wordpress.org/plugins/tags/reference/)
 *  [進階檢視](https://tw.wordpress.org/plugins/references/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/references/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/references/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/references/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/references/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/references/reviews/?filter=1)

[撰寫評分](https://wordpress.org/support/plugin/references/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/references/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/references/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://shra.ru/2016/06/references-wp-plugin/)