توضیحات
وارد کردن یکجا دستهبندی یک افزونه وردپرس است که اجازه میدهد به صورت یکجا دستهها و طبقهبندیها را با ساختار سفارشی وارد کنید.
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
نصب
- Upload
category-import-reloaded.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Create categories or taxonomies in bulk using through the
درونریزی یکجا دسته
menu
بررسیها
توسعه دهندگان و همکاران
“درونریزی یکجا دسته” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“درونریزی یکجا دسته” به 1 زبان ترجمه شده است. Thank you to the translators for their contributions.
ترجمه “درونریزی یکجا دسته” به زبان شما.
علاقه مند به توسعه هستید؟
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