Kyo adlı üyeden alıntı: mesajı görüntüle
<?php the_title2('', '[...]', true, '500') ?>

Bu örnek kod gibi içinde [...] geçen bölümü temanın içindeki php dosyalarında arayın buraya kopyalayın bi bakalım..
<div class="entry">					<?php if ( $main_content == "true" ) { the_content('[...]'); } else { the_excerpt(); ?><?php } ?>					</div>                                                            <span class="continue"><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>"><?php _e('Yazının devamı »',woothemes); ?></a>      
<br>