विवरण
(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:
- Upload the ‘postlinks’ folder to the ‘/wp-content/plugins/’ directory
- 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”>’
- after’ => ‘</ul>’
- before_item’ => ‘<li>’
- after_item’ => ‘</li>’
- 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’ => ‘
’]
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“PostLinks” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“PostLinks” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
0.2
- Widgets for Series added
0.1
- Beta release