سلام و عرض ادب.
در برگه های سایت فوتر و سایدبار لود نمیشن... مثلا این برگه رو ببینید:
http://www.weare.ir/%D8%AA%D9%85%D8%A7%D8%B3-%D8%A8%D8%A7-%D9%85%D8%A7/
این مشکل فقط در برگه های سایت وجود دارد و صفحات پست ها مشکلی ندارند.
این هم page-normal.php
<?php get_header(); ?>
<div id="bigcolumn">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="page-all">
<div class="page-top">
<div class="containerI">
<div class="sitenav">
<a href="<?php bloginfo('url'); ?>"><?php _e('Home','cmfy'); ?></a> » <?php single_post_title(); ?>
</div>
<div class="bigdiv">
<div id="post-<?php the_ID(); ?>" class="post">
<h1><?php the_title(); ?></h1>
<?php the_content(__('Continue reading »','cmfy')); ?><div class="clear"></div>
<?php wp_link_pages(array('before' => '<p><strong>'.__('Pages','cmfy').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<?php mylinksdump_Archive() ?>
<?php comments_template('', true); ?>
<!--
<?php trackback_rdf(); ?>
-->
</div>
</div>
</div>
</div><!-- bigdiv -->
<div class="page-bottom"></div>
<?php endwhile; ?>
<?php else : ?>
<!-- Not found? -->
<div class="page-all">
<div class="page-top">
<div class="containerI">
<div class="sitenav">
<a href="<?php bloginfo('url'); ?>"><?php _e('Home','cmfy'); ?></a> » <?php _e('404 Error','cmfy'); ?>
</div>
<div class="bigdiv">
<div class="post">
<h2><?php _e('Cannot find the page you are looking for.','cmfy'); ?></h2>
<p><?php _e('Use the search form below to find your article or post or browse our latest articles to read something more interesting.','cmfy'); ?></p>
<form class="find" method="get" action="<?php bloginfo('url'); ?>/">
<fieldset>
<input type="text" value="<?php the_search_query(); ?>" name="s" class="findfield" />
<input type="submit" value="<?php _e('Search','cmfy'); ?>" class="findsubmit" />
</fieldset>
</form>
<h2><?php _e('Yearly Archive','cmfy'); ?></h2>
<ul><?php wp_get_archives('type=yearly&show_post_count=1'); ?></ul>
<h2><?php _e('Monthly Archive','cmfy'); ?></h2>
<ul><?php wp_get_archives('type=monthly&show_post_count=1'); ?></ul>
<h2><?php _e('Category Archive','cmfy'); ?></h2>
<ul><?php wp_list_cats('sort_column=name&optioncount=1'); ?></ul>
<h2><?php _e('Posts Archive','cmfy'); ?></h2>
<ul><?php wp_get_archives('type=postbypost') ?></ul>
</div>
</div>
</div>
</div>
</div><!-- bigdiv -->
<div class="page-bottom"></div>
<?php endif; ?>
<div class="clear"></div>
</div>
<?php get_sidebar('page'); ?>
<?php get_footer(); ?>