Is there a way to change this setting for all new blogs? Can't find anything in schema.php file .
Is there a way to change this setting for all new blogs? Can't find anything in schema.php file .
Change those rows in schema file:
add_option('category_base', '/your_choice/');
add_option('tag_base', '/your_choice/');