میتونی نمونهی پوستهی خودت رو بهم نشون بدی؟ چون این کدی که دادی با اون لینک اولی نمیخونه. یکسان نیست. نمونهش رو بهم نشون بده درستش میکنم.
ولی فعلا اینو ببین چطوره؟
<?php get_header(); ?>
<div id="content">
<div id="homepage">
<?php $recent = new WP_Query("showposts=3+5"); ?>
<div id="homepageleft">
<div class="featured">
<?php if ($recent->have_posts()) : $recent->the_post();?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php the_content(__('ادامه مطلب »'));?><div style="clear:both;"></div>
<?php endif; ?>
</div>
<div class="featured">
<?php if ($recent->have_posts()) : $recent->the_post();?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php the_content(__('ادامه مطلب »'));?><div style="clear:both;"></div>
<?php endif; ?>
</div>
<div class="featured">
<?php if ($recent->have_posts()) : $recent->the_post();?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php the_content(__('ادامه مطلب »'));?><div style="clear:both;"></div>
<?php endif; ?>
</div>
</div>
<div id="homepageright">
<div class="section">
<h2>Magazine Section #1</h2>
<?php if ($recent->have_posts()) : $recent->the_post();?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(220, ""); ?>
<div class="hppostmeta">
<p><?php the_time('F j, Y'); ?> | <a href="<?php the_permalink() ?>" rel="bookmark">ادامه مطلب »</a></p>
</div>
<?php endif; ?>
</div>
<div class="section">
<h2>Magazine Section #2</h2>
<?php if ($recent->have_posts()) : $recent->the_post();?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(130, ""); ?>
<div class="hppostmeta">
<p><?php the_time('F j, Y'); ?> | <a href="<?php the_permalink() ?>" rel="bookmark">ادامه مطلب »</a></p>
</div>
<?php endif; ?>
</div>
<div class="section">
<h2>Magazine Section #3</h2>
<?php if ($recent->have_posts()) : $recent->the_post();?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(130, ""); ?>
<div class="hppostmeta">
<p><?php the_time('F j, Y'); ?> | <a href="<?php the_permalink() ?>" rel="bookmark">ادامه مطلب »</a></p>
</div>
<?php endif; ?>
</div>
<div class="section">
<h2>Magazine Section #4</h2>
<?php if ($recent->have_posts()) : $recent->the_post();?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(130, ""); ?>
<div class="hppostmeta">
<p><?php the_time('F j, Y'); ?> | <a href="<?php the_permalink() ?>" rel="bookmark">ادامه مطلب »</a></p>
</div>
<?php endif; ?>
</div>
<div class="section">
<h2>Magazine Section #5</h2>
<?php if ($recent->have_posts()) : $recent->the_post();?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(130, ""); ?>
<div class="hppostmeta">
<p><?php the_time('F j, Y'); ?> | <a href="<?php the_permalink() ?>" rel="bookmark">ادامه مطلب »</a></p>
</div>
<?php endif; ?>
</div>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>