مشکل از فایل page.php قالب شماست برای حل مشکل روی اون سایت دیگه محتویات این فایل رو با محتویات زیر جایگزین کنید
موفق باشیدکد:<?php get_header(); ?> <?php include (TEMPLATEPATH . "/sidebar-right.php"); ?> <div class="main-index-content"> <div class="two-box-content"> <div class="post-box-content"> <?php if ( !function_exists( 'dynamic_sidebar') || !dynamic_sidebar( 'top-post') ) : ?> <?php endif; ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post"> <div id="post-title"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <div id="post-info"> <ul> <li class="view"> <?php echo the_views( get_the_ID(), 'display' ) ; ?> </li> <li class="date"> <?php the_time( 'j F Y'); ?> </li> <li class="categry"> <?php the_category( ', ') ?> </li> <?php if ( is_user_logged_in() && current_user_can( 'administrator' ) ) { ?> <?php edit_post_link(__( ' ویرایش این پست ', ''), '<li class="edit">', '</li>'); ?> <?php } ?> </ul> <div class="clear"></div> </div> </div> <div id="content" class="contentbox"> <?php include (TEMPLATEPATH . "/single-content.php"); ?> </div> <div class="clear"></div> <div id="post-footer"></div> </div> <?php echo the_views( get_the_ID(), 'count' ); ?> <?php include (TEMPLATEPATH . "/ads-center.php"); ?> <?php endwhile; endif; ?> </div></div></div> <?php get_sidebar(); ?> <?php get_footer(); ?>






پاسخ با نقل قول