Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

PostLinks

Deskripsyon

(Beta) An extension of Fields, a custom field management plugin. PostLinks provides additional field types such as Series, PhotoLink and PostLink.

Three new field types:

  • PostSeries: link your posts into series and display them with the [series] shortcode, also it comes with 2 widgets
  • PhotoLink: to be added
  • PostLink: to be added

Pag-install

To install Fields:

  1. Upload the ‘postlinks’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin.

FAQ

Get custom field data
  • Please refer to <a href=’https://www.wordpress.org/extend/plugins/fields’>Fields</a> documentation.
Display custom fields in posts

use shortcode series with parameters:

  • key => ” (required)
  • before’ => ‘<ul class=”ls-series”&#62’
  • after’ => ‘</ul&#62’
  • before_item’ => ‘<li&#62’
  • after_item’ => ‘</li&#62’
  • show’ => ‘all’, possible values are “previous”, “prev”, “next”, “n” and “all”
  • before_link_text’ => ”
  • after_link_text’ => ”
  • part_separator’ => ‘ – ‘

example: [series key=’s1′], [series key=’s1′ show=’next’ ‘after_link_text’ => ‘ ’]

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “PostLinks” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “PostLinks” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

0.2

  • Widgets for Series added

0.1

  • Beta release