<?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