<?php $posts = get_posts( "category=62&numberposts=2" ); ?>
<?php if( $posts ) : ?>
<?php foreach( $posts as $post ) : setup_postdata( $post ); ?>
<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
<?php the_content(); ?>
<?php endforeach; ?>
<?php endif; ?>Kodlar sorunsuz çalışıyor.
Kaynak
Hocam oldu, Ama content'e karakter sırını getirmeliyiz, Ayrıca yazı thumbları cıkıyor onlarıda kaldırmak istiyorum sadece yazıdan 200 karakter alsa yeter