most likely cuased by the way you have added to code for ‘wp-pagenavi’.
what templates have you edited and what code have you used for the pagenavi code?
i have used wp pagenavi plugin & Wp Pagenavi Style it may caused any problem ??
Thankyou for providing me a clue that i recently got with using page element
and now what can i do with my theme, Sir ??
Here Is My Index.php code
<?php get_header(); ?>
<div id=”wrap”>
<!– Main Content–>
<img src=”<?php echo get_template_directory_uri(); ?>/images/content-top.gif” alt=”content top” class=”content-wrap” />
<div id=”content”>
<!– Start Main Window –>
<div id=”main”>
<?php get_template_part(‘includes/entry’); ?>
</div>
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
<!– End Main –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Got It [Fixed] With Removing [<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>]
In Code !
Thanks For Clue And for your Help Sir 🙂