خودم هم سوال میپرسم هم جواب میدم
برای تنظیمات پیش فرض از افزونه New Blog Defaults میشه استفاده کرد
برای حذف منو ها هم از افزونه Menus
------------------------------------------
تو New Blog Defaults امکان ساخت دسته بندی ها وجود داره فقط نمیشه زیر شاخه درست کرد لطفا در این مورد راهنمایی بکنید
کد مربوط به افزونه
// Default Category Name
if (strlen($options['default_cat_name']) > 0){
global $wpdb;
$cat = $options['default_cat_name'];
$slug = str_replace(' ', '-', strtolower($cat));
$results = $wpdb->query( $wpdb->prepare("UPDATE $wpdb->terms SET name = %s, slug = %s WHERE term_id = 1", $cat, $slug ) );
}
unset($options['default_cat_name']);
اینم راهنمایی سایت برای اضافه کردن دسته بندی ها
Enter categories one per line with the name followed by an equals sign and a greater than sign and then the description => Nice Name => parent name. Example: Plugins=>Find out out about my plugins=>plugins=>code