سلام پایین سایت من صفحات سایت نمایش داده نمیشه چکار کنم
اینم ادرس سایت
http://www.funglish.ir
این ها هم کد (index.php)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php wp_head(); ?>
<style type="text/css" media="screen">
@import url( <?php bloginfo( 'stylesheet_url' ); ?> );
</style>
</head>
<body>
<div class="toper">
<div class="midlle">
<div class="top_black">
<div class="links">
<ul>
<li><a href="/"> صفحه نخست</a> </li>
<li><a href="ads/">تبلیغات</a> </li>
<li><a href="contactus/"> تماس با ما</a> </li>
</ul>
</div><!--Links -->
<div class="search">
<form method="get" id="searchform" action="http://parsflash.ir/">
<input name="s" type="text" alt="search" class="input" />
<input type="submit" class="submit" value="" name="sitesearch" />
</form>
</div><!--search -->
</div><!--top -->
</div></div>
<div class="header_r">
<div class="midlle">
<div class="header"></div><!--Header -->
</div></div>
<div class="midlle"><div class="base">
<div class="yellow"></div>
<!--slider --><div class="right">
<div class="ads">
<p align="center">
</p>
<img src="<?php bloginfo('template_url'); ?>/images/ads_01.jpg" width="468" height="60" />
<img src="<?php bloginfo('template_url'); ?>/images/ads_02.jpg" width="150" height="60" />
<img src="<?php bloginfo('template_url'); ?>/images/ads_03.jpg" width="150" height="60" />
<img src="<?php bloginfo('template_url'); ?>/images/ads_04.jpg" width="150" height="60" />
</div><!--ADS Box -->
<div class="line"></div><!--Line -->
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(center) ) : else : ?>
<?php endif; ?>
<div class="line"></div><!--Line -->
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<div class="title"><h1><a>" title="<?php the_title(); ?>">
<?php the_title(); ?></a></h1></div>
<div class="category"><p> دسته بندی : <?php the_category(', ') ?> </p></div>
<div class="body">
<div class="desc">
<div class="date">تاریخ : <?php the_time('l، j F Y') ?> </div>
<div class="views">: <?php if(function_exists('the_views')) { the_views(); } ?> بازدید </div>
<div class="comment"><a href="http://www.sibdownload.com/muvee-reveal/#respond" title="دیدگاهها برای ویرایش و تدوین فیلم با muvee Reveal 8.0.1.17486 Build 2409">
<?php comments_number('0','1','%'); ?></a> دیدگاه </div>
<div class="author">نوشته : <?php the_author(); ?> </div>
</div>
<div class="text">
<p><?php the_content(''); ?></p>
<script type="text/javascript">AKPC_IDS += "4483,";</script><div class="more"> <a>" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/more.jpg" width="96" height="27" /></a></div></div>
<?php if (get_the_tags()): ?>
<div class="tags"><p> برچسب ها : <?php the_tags('برچسب ها: ' ,'، ' ,''); ?></p></div>
<?php endif; ?>
</div>
<div class="down"></div>
</div>
<?php endwhile;?>
<?php if(function_exists('wp_page_numbers')) : ?>
<div class="navigation">
<div class="navigation_right"></div>
<div class="navigation_bg">
<?php wp_page_numbers(); ?>
</div>
<div class="navigation_left"></div>
</div>
<?php endif; ?>
</div><!--right -->
<div class="left">
<div class="link_box">
<div class="link_box_top"></div>
<div class="link_box_bg">
<ul>
<?php if (function_exists('get_most_viewed')): ?>
<?php get_most_viewed(); ?>
<?php endif; ?>
</ul>
</div>
<div class="link_box_down"></div>
</div><!--link box -->
<div class="left_menu">
<div class="column_01">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(right) ) : else : ?>
<?php endif; ?> <!--menu --></div><!--column_01 -->
<div class="column_02">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(left) ) : else : ?>
<?php endif; ?>
</div><!--column_02 -->
<div class="h_line"></div>
<div class="ads_left">
**
</div><!--Left ADS -->
</div><!--left_menu -->
<div class="left_down"></div>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(tags) ) : else : ?>
<?php endif; ?>
</div><!--left -->
<div class="link_bar">
<div class="link_bar_right"></div>
<div class="link_bar_bg">
<div class="link_bar_center">
<ul>
<li> <a href="#">صفحه نخست</a> </li>
<li> <a href="#">صفحه نخست</a> </li>
<li> <a href="#">صفحه نخست</a> </li>
<li> <a href="#">صفحه نخست</a> </li>
<li> <a href="links">تبادل لینک</a> </li>
</ul>
</div></div>
<div class="link_bar_left"></div>
</div><!--link bar --><div class="gray_div">
<!--gray right -->
<!--gray left -->
</div><!--gray div -->
</div><!--base -->
<div class="base_down"></div>
<div class="footer">
Copyright © 2010 - 2011 Sibdownload.com All Rights Reserved.
Graphic Design By : <a href="http://ErfaniX.com">ErfaniX.com</a>
Coding by : <a href="http://irancms.co">IranCMS.co</a>
Riped by : <a href="http://parsflash.ir">AmiR LorD</a>
</div><!--footer -->
</div><!--midlle -->
</body>
</html>