Hi,
thanks for your post, and sorry for the trouble.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Hello Sir
Thanks to responding my Problem
i got problem in following page
http://indiajobsadda.com/today-employment-news/
Pls check
Thanks
Manu
Hi,
thanks for your post, and sorry for the trouble.
From what I can see, your theme is calling the function wp_footer(); twice in its “footer.php” file. Could you please check that?
Regards,
Tobias
yes sir it contains wp_footer()
two times sir
<div class=’clear’></div>
<?php wp_footer(); ?>
</div>
<div class=”fcred”>
<?php fflink(); ?> Terms & Conditions of Services and Privacy Policy </br>
Copyright © <?php echo date(‘Y’);?> ” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?> – <?php bloginfo(‘description’); ?>
<div class=’clear’></div>
<?php wp_footer(); ?>
</div>
who to slove this
pls help
Regards
Manu
Hi,
ok, then this is what causes the problem.
<?php wp_footer(); ?> should only be there once, right before the closing HTML </body> tag.
Regards,
Tobias