izmirli_ adlı üyeden alıntı: mesajı görüntüle
Ayarların doğru. İş o config.php de ve eklediğin yazılarda bitiyor. Eklediğin yazılardan custom field lerin doğrumu. Fetaure Full, Fetaure Image vs.
config.php

<?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;
}
?>

hata nerede