Title: References
Author: shra
Published: <strong>Òkúdù 22, 2016</strong>
Last modified: Èrèlé  20, 2025

---

Ṣàwárí àwọn plugin

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

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# References

 Láti ọwọ́ [shra](https://profiles.wordpress.org/shra/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/references.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/references/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/references/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/references/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/references/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/references/)

## Àpèjúwe

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”]

## Àwọn àwòrán ìbòjú

 * [[
 * Install References plugin.
 * [[
 * The References settings page.
 * [[
 * Build article connections.
 * [[
 * Configure widget(s).
 * [[
 * Created widget view.
 * [[
 * Using REF shortcode in post editor.
 * [[
 * REF shortcode rendered on frontend.

## Ìgbéwọlẹ̀

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”.

## Àwọn àgbéyẹ̀wò

![](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/) Ẹrẹ́nà 28, 2018

Perfect!

 [ Ka gbogbo àgbéyẹ̀wò 1 ](https://wordpress.org/support/plugin/references/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“References” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí
plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “References” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/references)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/references/), ṣàyẹ̀wò 
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/references/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/references/) nípasẹ̀
[RSS](https://plugins.trac.wordpress.org/log/references/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 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 Ìtumọ̀ Yorùbá: – 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 Ìtumọ̀ Yorùbá: – 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.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.202**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 1 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **20+**
 *  Ẹ̀yà WordPress ** 3.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.4.8**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/references/)
 * Àmì
 * [reference](https://yor.wordpress.org/plugins/tags/reference/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/references/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/references/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/references/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/references/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/references/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/references/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/references/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/references/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](https://shra.ru/2016/06/references-wp-plugin/)