pagenavi eklentisi var eğer silsem footer gözükmüyor. page php altta bakabilirsiniz.
<?php get_header();?>
<!--==============================content================================-->
<section id="content" class="cont_pad">
<div class="container_24">
<div class="wrapper">
<article class="grid_16">
<h2><?php the_title(); ?></h2>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<ul class="latest_movies">
<!-- içerik başla -->
<div class="extra_container latest">
<p><?php the_content();?></p>
<span class="tax"><b>Tarih:</b> </span><?php the_time('j F'); ?> <?php the_time('Y'); ?>
<!-- içerik bitir -->
<li>
<div class="extra_container latest">
<?php endwhile; endif; ?>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" style="margin-left: 5px;">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
<a class="addthis_button_facebook_like" style="margin:5px 0 0 10px"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=rapidrar"></script>
<!-- AddThis Button END -->
</ul>
<div class="yorum">
<div class="yorumyazi">YORUM YAPIN</div>
<div id="fb-root"></div>
<div class="fb-comments" data-href="<?php the_permalink() ?>" data-num-posts="1" data-width="630" data-colorscheme="dark"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '<?php echo stripslashes(get_option('ii_facebook_id')); ?>', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>
<?php wp_reset_query(); ?>
</div>
</article>
<!-- sidebar başla -->
<article class="grid_8">
<h2>Reklam</h2>
<div class="reklamsagust m_bottom_zero">
<?php echo stripslashes(get_option('ii_sidebar_ust_reklam')); ?>
</div>
<h2>Yeni Filmler</h2>
<div class="sag-listele">
<?php
global $post;
$myposts = get_posts('numberposts=3&offset=0');
foreach($myposts as $post) :
setup_postdata($post);
?>
<?php
$resim = get_post_meta($post->ID,'resim', true);
if($resim != "") { ?>
<div class="film-resim"><a href="<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="<?php echo $resim; ?>" alt="<?php the_title(); ?>" height="120"" width="80"" /></a>
</div>
<div class="sag-aciklama;margin-left:5px;"><a href="<?php the_permalink() ?>"><h3><?php the_title(); ?></h3></a>
<?php excerpt('13'); ?></div>
<?php }else{ ?>
<?php } ?>
</div>
<div class="sag-listele">
<?php endforeach; ?> </div>
<div class="yenifilmlersidebar premiers"></div>
<h2>Reklam</h2>
<div class="reklamsagust m_bottom_zero">
<?php echo stripslashes(get_option('ii_sidebar_alt_reklam')); ?>
</div>
</article>
<!-- sidebar bitir -->
<?php get_footer(); ?>