ohh valla oldu hocam ya çok sağol ♥
Peki logoya tıkladığımda bloga değil de bu soruların olduğu sayfaya gitmesini istiyorum onu nasıl yapabilirim yine bozmadan?

şuna gitsin istiyorum https:// askchicken. com/questions/
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');