Ben ekmek kırıntısı için PHP oluşturulan bir metin bağlantısı var ve ben oluşturulan linke önce ve sonra fazladan boşluk ortadan kaldırmak için nasıl anlamaya olamaz. Bu SON LINK:
Website link: link text
<div id="crumbs">
<a class="crumbs" href="http://www.myorphan.com/index.htm">HOME</a>//<a class="crumbs"
href="http://www.myorphan.com/blog/">BLOG</a>//<a class="crumbs caps"><?php if ( is_day() ) : ?>
<?php printf( __('Daily Archives: <span>%s</span>', 'twentyten'), get_the_date()); ?>
<?php elseif ( is_month() ) : ?>
<?php printf(__('Monthly Archives: <span>%s</span>', 'twentyten'), get_the_date('F Y')); ?>
<?php elseif ( is_year() ) : ?>
<?php printf( __('Yearly Archives: <span>%s</span>', 'twentyten'), get_the_date('Y')); ?>
<?php else : ?>
<?php _e('Blog Archives', 'twentyten'); ?>
<?php endif; ?>
</a>//</div>