temanin function.php dosyasina

function content($num) {
$theContent = get_the_content();
$output = preg_replace('/<img[^>]+./','', $theContent);
$output = preg_replace( '/<blockquote>.*<\/blockquote>/', '', $output );
$output = preg_replace( '|\[(.+?)\](.+?\[/\\1\])?|s', '', $output );
$limit = $num+1;
$content = explode(' ', $output, $limit);
array_pop($content);
$content = implode(" ",$content)."...";
echo $content;
}

bunu ekle daha sonra <?php content('20'); ?> 20yi istedigin sekilde yazip indexine koyup dene bide valla netten arattim boyle bise cikti denemekten zarar cikmaz