tamamlıcamda, temayı bozdum
kafayı yemek üzereyim
sabah 9dan beri uraşıyorum
Wordpress yardım edin :(
29
●1.519
- 27-05-2008, 16:37:07Üyeliği durdurulduconfig.phpizmirli_ adlı üyeden alıntı: mesajı görüntüle
<?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
- 27-05-2008, 16:56:52Sen yanlış yere bakıyorsun.Haber bölümünün kodları bunlardır
function op_features_gallery() { $arr = array( // Edit here 'cat_name' => false, 'tag_name' => __('görünmesinin istedeğiniz etiket veya etiketlerin adı'), 'posts_wanted' => 3, 'custom_fields_display' => true, 'custom_fields' => array('Feature Full','Feature Image'), 'javascript' => ' <script type="text/javascript"> function startGallery() { var myGallery = new gallery($("myGallery"), { timed: true, delay: 6000, showArrows: true, showCarousel: false }); } window.onDomReady(startGallery); </script>', // Stop editing ); return $arr; } - 27-05-2008, 17:01:47Üyeliği durduruldubunları tam olarak nere ekliyoruz.izmirli_ adlı üyeden alıntı: mesajı görüntüle
sen bana app/confing.php demiştin
- 27-05-2008, 17:55:09Üyeliği durdurulduBenim config.php içinde sadece bunlar varizmirli_ adlı üyeden alıntı: mesajı görüntüle

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

