Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

PostLinks

Beschreibung

(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

Installation

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

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„PostLinks“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „PostLinks“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

0.2

  • Widgets for Series added

0.1

  • Beta release