Bu bloğu kopyalayarak istediğini postu özelleştirebilirsiniz.
<?php
// 2.post
if ($postcount==2) {
?>
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<?php the_content(); ?>
<?php } ?>
<?php
// 3.post
if ($postcount==3) {
?>
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<?php the_content(); ?>
<?php } ?>
<?php
// 4.post
if ($postcount==4) {
?>
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<?php the_content(); ?>
<?php } ?>