Rank Math SEO sitemap hatası
2
●122
- 01-06-2020, 17:42:10function.php başlangıcında boşluk var mı kontrol edin ve bazı eklenti/tema yüzünden de bu hatayı verebiliyor.
- 01-06-2020, 17:47:06Boşluk derken anlamadım.Unutulmuyor adlı üyeden alıntı: mesajı görüntüle
Functions'ın ilk 18 sırası:
<?php
/////////////////////////////////////
// Theme Setup
/////////////////////////////////////
if ( ! function_exists( 'zox_setup' ) ) {
function zox_setup(){
load_theme_textdomain('zoxpress', get_template_directory() . '/languages');
$locale = get_locale();
$locale_file = get_template_directory() . "/languages/$locale.php";
if ( is_readable( $locale_file ) )
require_once( $locale_file );
add_theme_support( 'post-formats', array( 'gallery', 'video', 'audio' ) );
}
}
add_action('after_setup_theme', 'zox_setup');