Edit File: baslik.php
<?php if (class_exists('CSF')) { CSF::createWidget('orun_widget_grid_module_128', array( 'title' => esc_html__('Oruno - Başlık Modülü', 'orun'), 'class' => 'orun-widget-fields', 'classname' => 'orun-widget-grid-module-99', 'description' => esc_html__('Grid modülünü görüntüler.', 'orun'), 'fields' => array( array( 'id' => 'title', 'type' => 'text', 'title' => esc_html__('Bileşen başlığını giriniz.', 'oruno'), 'subtitle' => esc_html__('Bileşen başlığını giriniz. Eğer başlık istemiyorsanız boş bırakınız.', 'oruno'), 'default' => 'Modül #1', ), ) )); if (!function_exists('orun_widget_grid_module_128')) { function orun_widget_grid_module_128($args, $instance) { ?> <div class="container"> <div class="row"> <?php if ( ! empty( $instance['title'] ) ) { echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ) . $args['after_title']; } ?> </div> </div> <?php } } } ?>