bir yere eklemiyorsun bu zaten config.php de var zaten. Kodda benim yaptığım değişikliği yapacaksın...
Benim config.php içinde sadece bunlar var
<?php
/************************************************** *********
This is the configuration file for certain parts of your theme.
************************************************** *********/
/************************************************** *********
* choose_tab_type()
* Use something other than categories for sections/tabs.
* By default, the sections, blocks, and tabs display by category.
* Once this is done, you'll see the changes on the settings page.
************************************************** *********/
function choose_tab_type() {
$type = __('Categories','options');
// $type = __('Tags','
Features');
// $type = __('Authors','options');
return $type;
}
?>