Tonks adlı üyeden alıntı: mesajı görüntüle
<div class="section-box"> <?php $content = get_the_content(); $length = 20; if (strlen($content) > $length) { echo mb_substr($content,0,$length,"UTF-8") . "... Devamını Oku"; } else { echo $content; } ?> <?php wp_link_pages(); ?> </div>
saolasın hocam fakat çalışmadı, yazıların hepsi gitti. aynı r10'daki gibi http://prntscr.com/hpod31 böle bişi lazımdı