Kod
<?php
if(array_key_exists('canonical', $_GET)){
echo str_replace("http://", "r10.net", get_permalink()) . "?canonical";
}else{
echo the_permalink();
}
?> 4
●114
<?php
if(array_key_exists('canonical', $_GET)){
echo str_replace("http://", "r10.net", get_permalink()) . "?canonical";
}else{
echo the_permalink();
}
?>