Aşağıdaki kodu functions.php ye ekleyin.
add_filter( 'default_content', 'my_editor_content' );
function my_editor_content( $content ) {
$content = "
";
return $content;
}
Parse error: syntax error, unexpected '--' (T_DEC) in /home/localhost/public_html/wp-content/themes/sahifa/functions.php on line 31
hata verdi hocam :(