این افزونه با آخرین 3 نسخه اصلی وردپرس تست نشده است. ممکن است دیگر نگهداری یا پشتیبانی نشود و ممکن است هنگام استفاده با نسخه های جدیدتر وردپرس مشکلات سازگاری داشته باشد.

Term Menu Order

توضیحات

This plugin is intended as an aid to theme and plugin developers.

The purpose of the plugin is to allow arbitrary sorting of terms, similar to pages. This allows queries that
fetch terms to use ‘menu_order’ as a sort order. Here’s an example:

$terms = get_terms('category', array( 'orderby' => 'menu_order' ) );

Documentation | Support Forum

Internationalization (i18n)

This plugin has been translated into the languages listed below:

  • es_ES – Spanish. Thank you to Ivan Vasquez for contributing!
  • fr_FR – French. Thank you to Frederick Marcoux for contributing!

If you’re interested in doing a translation into your language, please let me know.

عکس‌های صفحه

  • 'menu_order' available in Quick Edit.
  • 'menu_order' available when adding a new term.
  • 'menu_order' available when editing a term.

نصب

  1. Upload the term-menu-order to /wp-content/plugins/.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. You will now be able to set an ‘Order’ field for categories, tags and custom taxonomy terms.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Term Menu Order” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Term Menu Order” به زبان شما.

علاقه‌ مند به توسعه هستید؟

کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.

گزارش تغییرات

0.4.0

  • Only delete data when plugin is deleted, not on deactivation
  • Other minor bug fixes based on messages in support forum

0.3.1

  • Re-added French language support.
  • Added Spanish language support. Thank you to Ivan Vasquez for this contribution!

0.3

  • Updated plugin to make menu_order work (broke in WordPress 3.2).
  • Removed script that was breaking quick edit
  • Added ‘term_menu_order_taxonomies’ filter to let you specify which taxonomies it applies to.

0.2

  • Added French language support. Thank you to Frederick Marcoux for this contribution!

0.1.3

  • Updated autoloader to include try… catch block for handling autoload exceptions.

0.1.2

  • Attached plugin init to ‘init’ action hook instead of ‘after_theme_setup’ to catch custom taxonomies added by theme.

0.1

  • First release.