This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

PostLinks

ਵੇਰਵਾ

(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

ਸਥਾਪਤੀਕਰਨ

To install Fields:

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

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

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’ => ‘ →’]

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“PostLinks” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“PostLinks” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

0.2

  • Widgets for Series added

0.1

  • Beta release