EmreCagiran adlı üyeden alıntı: mesajı görüntüle
Deniyeceğim hocamda, Daha ufak bir kod vardır ya eminim. Bu kadar uzun işe gerek yok diye düşünüyorum ama yinede çok saol hocam.
Olduğu gibi yapıştırman yeterli...
<a href="<?php bloginfo('home'); ?>">Anasayfa</a> &gt; <?php $parent_title = get_the_title($post->post_parent); if ( $parent_title != the_title(' ', ' ', false) ) { echo '<a href=' . get_permalink($post->post_parent) . ' ' . 'title=' . $parent_title . '>' . $parent_title . '</a> &gt;'; } ?> <?php the_title(); ?>