Alıntı
<?php $link = get_post_meta($post->ID,’yonlendirme‘, true);
if($link != "") { ?>
<h2><a href="<? echo strtolower($link); ?>" rel="bookmark" title="Permanent Link"> <?php the_title(); ?></a></h2>
<?php }else{ ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link"> <?php the_title(); ?></a></h2>
<?php } ?>
farklı bir yöntem

özel alan değişkeni olarak yonlendirme girin. index.php deki

Alıntı
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link"> <?php the_title(); ?></a></h2>
bu kodla değiştirin