विवरण
Display a recent posts-widget of all your posts in your blog-network which have a specific tag, category or any other built-in or custom taxonomy.
स्थापना
- Download the plugin and uncompress it with your preferred unzip programme
- Copy the entire directory in your plugin directory of your WordPress blog (/wp-content/plugins)
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Place the Multisite Taxonomy Widget in any widgetized area or use the shortcode [mtw_posts]
There is an introduction for further information.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Multisite Taxonomy Widget” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Multisite Taxonomy Widget” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.3.0
- Tested with latest WordPress version
- Plugin check added
- Escaping of input and output enforced
1.2.1
- Tested with latest WordPress version
- Minimum PHP version is now 7.4
- Completely tested with PHP 8.1
1.2
- Tested with latest WordPress version
- Unit test structure added
- Automatic deploy to WordPress plugin dir set
1.1
- subsitition of wp_get_sites with get_sites
- minimum is now WordPress 4.6
- array notation
1.0
- tagged as stable
- WordPress Coding Standards
0.8
- Bugfix: Strict standards and PHPDocs
[…]
0.5
- Filter added: You can override the tags used for the list output using
mtw_formatelements_output_filter
.
0.4
- Thumbnails to the output added
- Filter added: You can override the thumbnail-output using
mtw_thumbnail_output_filter
.
0.3
- Shortcode [mtw_posts] is now available. You can use taxonomy, name and limit as parameters.
- Filters added: You can override the output using
mtw_shortcode_output_filter
ormtw_widget_output_filter
.
[…]
0.1
- Initial version