خوب به خط ۴۰ گیر داده ...
خط ۴۰ میگه :
<?php get_image(); ?>
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if(function_exists('the_views')) { the_views(); } ?>
<!--post title-->
<br>
<?php previous_post_link('« %link', 'main Post: %title', TRUE); ?>
<br>
<h1 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="post-meta-top">
<div class="date"><span><?php the_time('F j, Y'); ?></span></div>
</div>
<div class="clearboth"></div>
<!--content with more link-->
<?php the_content('<p>Read the rest of this entry »</p>'); ?>
<!--next | previous-->
<div class="navigation">
<div class="alignleft">
<?php previous_post('« « %',
'Previous Post: ', 'yes'); ?>
</div>
<div class="alignright">
<?php next_post('% » » ',
'Next Post: ', 'yes'); ?>
</div>
</div>
<!-- end navigation -->
<?php get_image(); ?>
<!--go to main Post-->
<div class="post-bottom clearfix"><b><center><?php previous_post_link('« %link', 'Go to main Post: %title', TRUE); ?></center></b>
<center><img src="http://email.com/wp-content/themes/WP_Premium/images/coffee-cup.gif"></center>
<br></div>
<!--post paging-->
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<!--Post Meta-->
<div class="post-bottom clearfix">
<!--<?php if (function_exists('the_tags')) { ?><strong>Tags: </strong><?php the_tags('', ', ', ''); ?><br /><?php } ?>-->
<div class="cat"><span><?php the_category(', ') ?></span></div>
</div>
<p><strong>If you enjoyed this post, please consider to <a href="#comments">leave a comment</a> or <a href="http://feeds.feedburner.com">subscribe to the feed</a> and get Our Beautiful Daily pictures delivered to your feed reader.
</strong></p>
<!--include comments template-->
<?php comments_template(); ?>
<!--do not delete-->
<?php endwhile; else: ?>
Sorry, no posts matched your criteria.
<!--do not delete-->
<?php endif; ?>
<!--single.php end-->
</div>
<!--include sidebar-->
<?php get_sidebar();?>
<!--include footer-->
<?php get_footer(); ?>