This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

درون‌ریزی یکجا دسته‌

توضیحات

وارد کردن یکجا دسته‌بندی یک افزونه وردپرس است که اجازه می‌دهد به صورت یکجا دسته‌ها و طبقه‌بندی‌ها را با ساختار سفارشی وارد کنید.

Plugins allows to :

  • Bulk create categories or taxonomies
  • Specify custom slug delimiter
  • Possibility to specify a custom slug for each categories

Default format for importing is the following :

  • Without Slug :

    Categorie1/subactegorie1

    Categorie1/subactegorie2

    Categorie1/subactegorie3

    Categorie2/subactegorie1

    Categorie2/subactegorie2

    Categorie2/subactegorie3

  • Specifying slug :

    Categorie1$categorie1-slug/subactegorie1$subcategorie1-slug

    Categorie1$categorie1-slug/subactegorie2$subcategorie2-slug

    Categorie1$categorie1-slug/subactegorie3$subcategorie3-slug

    Categorie2$categorie2-slug/subactegorie1$subcategorie1-slug

    Categorie2$categorie2-slug/subactegorie2$subcategorie2-slug

    Categorie2$categorie2-slug/subactegorie3$subcategorie3-slug

نصب

  1. Upload category-import-reloaded.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create categories or taxonomies in bulk using through the درون‌ریزی یکجا دسته‌ menu

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

22 آوریل 2021
Good plugin to generate the systematic category. Two questions: 1. The plugin uses "/" to split parent category and child category. What if our category name has "/" in it? 2. Also with solution for export? Thank you.
15 فوریه 2021
Thanks a lot this works like a charm, so simple and reduce my workload a lot. It Was quite hard to find it Love it
خواندن تمامی 16 نقد و بررسی‌

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

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

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

“درون‌ریزی یکجا دسته‌” به 1 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمک‌هایشان.

ترجمه “درون‌ریزی یکجا دسته‌” به زبان شما.

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

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

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

1.0.0

  • Total rewrite of “Category Import” plugin by Jiayu (James) Ji.
  • Now support multiple sub categories with the same name (example : Level0/Level1, Level1/Level1).
  • Now support taxonomies.

1.1.0

  • Taxonomies support fixed (Was not working in v1.0.0)

1.1.1

  • Mutliples fixes thanks to aurovrata