
bu işlemi nasıl yaparım arkadaşlar
8
●8.336

<?php $xxsiteana = $_SERVER["HTTP_HOST"]; ?>
<?php $xxsiteuzanti = $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]; ?>
<?php if (is_home() || is_front_page()) {
echo "<link rel='alternate' hreflang='tr' href='http://$xxsiteana' />";
} else {
echo "<link rel='alternate' hreflang='tr' href='http://$xxsiteuzanti' />";
}
?>
<br />