function.php ye bunu ekleyebilir misin?
function chicken_link_for_logo($html) {
$chicken_url = 'https://askchicken.com/questions/';
$html = preg_replace('|href="[^"]*?"|', 'href="' . $chicken_url . '"', $html);
return $html;
}
add_filter('get_custom_logo', 'chicken_link_for_logo');
teşekkürler hocam özelleştirmede anasayfa ayarlarından sabit sayfa seçmemişiz o yüzden olmuş bi arkadaşım halletti teşekkür ederim ilgilendiğiniz için ♥