izmirli_ adlı üyeden alıntı: mesajı görüntüle
Sen 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;
}
bunları tam olarak nere ekliyoruz.
sen bana app/confing.php demiştin