من کد تک نوشته می زارم اما کد داخای نمی دونم چیه.
<?php get_header() ?>
<section class="clearfix" id="content">
<div id="two-menu">
<section id="center-menu">
<?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?>
<article class="post" id="entry-24739">
<h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
<span class="author-info">نوشته شده توسط <?php the_author_posts_link(); ?> در تاریخ
<time datetime="2011-04-01">
، <?php the_time(__('j F, Y','kubrick')) ?></time></span>
<div class="article-content">
<div class="meta">
<ul class="right-link right">
<li class="category">
<?php the_category(','); ?>
</li>
</ul>
<ul class="left-link left">
<li class="hit">تعداد بازدید: <?php if(function_exists('the_views')) { the_views(); } ?></li>
<li class="comments"><?php comments_popup_link(__('بدون نظر'), __('1 نظر'), __('% نظر')); ?></li>
</ul>
</div>
<div class="entry">
<div class="asset-body">
<div style="text-align: right;"><div style="text-align: right;"><br></div><div style="text-align: right;">
<?php the_content(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark">
<div id="download-links">
<ul>
<li class="download"><a href="<?php echo get_post_meta($post->ID, 'link',true); ?>">دانلود با لینک مستقیم</a></li>
<li class="password">رمز: <?php echo get_post_meta($post->ID, 'pass',true); ?></li>
<li class="source">منبع : <?php echo get_post_meta($post->ID, 'src',true); ?></li>
</ul>
</div>
<div class="entry-tags">
<h3>برچسب<span class="delimiter">:</span></h3>
<?php the_tags(__(' ','dnld'), __(', ','dnld'), __('','dnld')); ?>
</div>
</div><div style="text-align: right;">
</div><div style="text-align: right;"><br></div></div>
</div>
</div>
</div>
</article>
<?php endwhile; ?><?php endif; ?>
<?php comments_template('/comments.php',true); ?>
</section>
<section id="right-menu">
<?php include (TEMPLATEPATH . "/ads-right.php"); ?>
<?php include (TEMPLATEPATH . "/sidebar-right.php"); ?>
</section>
</div>
<section id="left-menu">
<?php include (TEMPLATEPATH . "/ads-left.php"); ?>
<?php include (TEMPLATEPATH . "/sidebar-left.php"); ?>
</section>
</section>
<p>
</div>
</p>
<div id="bot-wrapper">
<?php get_footer(); ?>
راستی یه سوال دیگه تو ادامه مطلبم یه آرم دانلود اضافه هستش باید چکار کنم تا اونو حذف کنم.