Multisite Taxonomy Widget

ವಿವರಣೆ

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.

ಸ್ಥಾಪನೆ

  1. Download the plugin and uncompress it with your preferred unzip programme
  2. Copy the entire directory in your plugin directory of your WordPress blog (/wp-content/plugins)
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. 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” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.

ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ, SVN ರೆಪೊಸಿಟರಿ ಪರಿಶೀಲಿಸಿ, ಅಥವಾ ಅಭಿವೃದ್ಧಿ ಲಾಗ್ ಗೆ RSS ಚಂದಾದಾರರಾಗಿ.

Changelog

1.3.1

  • Tested with latest WordPress version
  • Plugin Check compliance

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

[…]

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 or mtw_widget_output_filter.

[…]

0.1

  • Initial version