Title: Term Menu Order
Author: Yoast
Published: <strong>17 ديسمبر، 2010</strong>
Last modified: 4 يوليو، 2012

---

البحث عن الإضافات

![](https://ps.w.org/term-menu-order/assets/banner-772x250.jpg?rev=479895)

هذه الإضافة **لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية**. قد لا
تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق
عند إستخدامها مع إصدارات حديثة من ووردبريس.

![](https://s.w.org/plugins/geopattern-icon/term-menu-order_f0f0f0.svg)

# Term Menu Order

 بواسطة [Yoast](https://profiles.wordpress.org/yoast/)

[تنزيل](https://downloads.wordpress.org/plugin/term-menu-order.0.4.zip)

 * [تفاصيل](https://ar.wordpress.org/plugins/term-menu-order/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/term-menu-order/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/term-menu-order/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/term-menu-order/#developers)

 [الدعم](https://wordpress.org/support/plugin/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](https://github.com/billerickson/Term-Menu-Order/wiki) | [Support Forum](https://github.com/billerickson/Term-Menu-Order/issues)

### 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” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه 
الإضافة.

المساهمون

 *   [ Yoast ](https://profiles.wordpress.org/yoast/)
 *   [ jameslafferty ](https://profiles.wordpress.org/jameslafferty/)
 *   [ Bill Erickson ](https://profiles.wordpress.org/billerickson/)

[ترجمة ”Term Menu Order“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/term-menu-order)

### مُهتم بالتطوير؟

[تصفّح الشفرة](https://plugins.trac.wordpress.org/browser/term-menu-order/)، تحقق
من [مستودع SVN](https://plugins.svn.wordpress.org/term-menu-order/)، أو الاشتراك
في [سجل التطوير](https://plugins.trac.wordpress.org/log/term-menu-order/) بواسطة
[RSS](https://plugins.trac.wordpress.org/log/term-menu-order/?limit=100&mode=stop_on_copy&format=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.

## ميتا Meta

 *  Version **0.4**
 *  Last updated **قبل 14 سنة**
 *  Active installations **400+**
 *  WordPress version ** 3.0.1 أو أعلى **
 *  Tested up to **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/term-menu-order/)
 * Tags
 * [developer](https://ar.wordpress.org/plugins/tags/developer/)[menu order](https://ar.wordpress.org/plugins/tags/menu-order/)
   [taxonomies](https://ar.wordpress.org/plugins/tags/taxonomies/)[taxonomy](https://ar.wordpress.org/plugins/tags/taxonomy/)
   [terms](https://ar.wordpress.org/plugins/tags/terms/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/term-menu-order/advanced/)

## التقييم

 5 من 5 نجوم.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/term-menu-order/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/term-menu-order/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/term-menu-order/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/term-menu-order/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/term-menu-order/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/term-menu-order/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/term-menu-order/reviews/)

## المساهمون

 *   [ Yoast ](https://profiles.wordpress.org/yoast/)
 *   [ jameslafferty ](https://profiles.wordpress.org/jameslafferty/)
 *   [ Bill Erickson ](https://profiles.wordpress.org/billerickson/)

## الدعم

لديك شيء لتقوله؟ بحاجة الى مساعدة؟

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/term-menu-order/)

## تبرع

هل ترغب في تقديم دعم متقدم لهذه الإضافة؟

 [ تبرع لهذه الإضافة ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JSL4JTA4KMZLG)