8-| همین پوسته ی df_new که روی سایتتون هست...نگاه کنید به محتویات فایل index.php و کل محتویاتشو با اینی که من قرار میدم عوض کن...:
<?php
get_header();
?>
<div class="wrap">
<div class="left">
<?php get_sidebar(); ?>
<div class="pageborhack">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="posttop">
<div class="date">
<?php the_time(__('M','dfnby'), '', ''); ?>
<div>
<?php the_time(__('d','dfnby'), '', ''); ?>
</div>
</div>
<h1 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark">
<?php the_title(); ?>
</a></h1>
<div class="clear" style="margin-bottom:15px;"></div>
<div class="storycontent">
<!--Code Here-->
<?php the_content(__('more...','dfnby')); ?>
<?php if(is_single()){ ?>
<!--Code Here-->
<?php } ?>
</div>
<div class="entry-meta">
<?php printf(__('This entry was written by %1$s and posted on <abbr class="published" title="%2$sT%3$s">%4$s at %5$s</abbr> and filed under %6$s. Bookmark the <a href="%7$s" title="Permalink to %8$s" rel="bookmark">permalink</a>. Follow any comments here with the <a href="%9$s" title="Comments RSS to %8$s" rel="alternate" type="application/rss+xml">RSS feed for this post</a>.','dfnby', 'sandbox'),
'<span class="author vcard"><a class="url fn n" href="'.get_author_link(false, $authordata->ID, $authordata->user_nicename).'" title="' . sprintf(__('View all posts by %s','dfnby', 'sandbox'), $authordata->display_name) . '">'.get_the_author().'</a></span>',
get_the_time('Y-m-d'),
get_the_time('H:i:sO'),
the_date('', '', '', false),
get_the_time(),
get_the_category_list(', '),
get_permalink(),
wp_specialchars(get_the_title(), 'double'),
comments_rss() ) ?>
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) : // Comments and trackbacks open ?>
<?php printf(__('<a class="comment-link" href="#postcomment" title="Post a comment">Post a comment</a> or leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.','dfnby', 'sandbox'), get_trackback_url()) ?>
<?php elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) : // Only trackbacks open ?>
<?php printf(__('Comments are closed, but you can leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.','dfnby', 'sandbox'), get_trackback_url()) ?>
<?php elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) : // Only comments open ?>
<?php printf(__('Trackbacks are closed, but you can <a class="comment-link" href="#postcomment" title="Post a comment">post a comment</a>.','dfnby')) ?>
<?php elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) : // Comments and trackbacks closed ?>
<?php _e('Both comments and trackbacks are currently closed.','dfnby') ?>
<?php endif; ?>
<?php edit_post_link(__('Edit','dfnby'), "\n\t\t\t\t\t<span class=\"edit-link\">", "</span>"); ?>
</div>
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('( 0 ) Comments','dfnby'), __('( 1 ) Comment','dfnby'), __('( % ) Comments','dfnby')); ?>
</div>
</div>
<?php comments_template(); // Get wp-comments.php template ?>
</div><br /><br /><br /><br />
<?php endwhile; else: ?>
<p class="sorrydialog">
<?php _e('Sorry, no posts matched your criteria.','dfnby'); ?>
</p>
<?php endif; ?>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div>
<!--<?php posts_nav_link(' ', __('« Previous Page','dfnby'), __('Next Page »','dfnby')); ?>-->
</div>
</div>
<?php get_footer(); ?>
حالا اگه دقت کنی دو جا هست که نوشته <!--Code Here--> ، درسته؟
این دوتا قسمت رو با کد های خودت عوض کن...
(بالا و پایین یه پست هم تبلیغ میزارین؟ حداقل فقط پاییت پست بزارین...همین کارا رو میکنین که مردم میان از ad-blocker استفاده میکنن...)