Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Kher

Ao abrir página wordpress pede para baixar um arquivo html

Recommended Posts

Estou com um problema em uma das páginas que não consigo descobrir do que se trata. Ao abrir o www.eternoretorno.com logo de início pede para baixar um arquivo show.html, esse arquivo é 0kb e em branco. Alguém sabe o que poderia ser? Dei uma examinada no header, footer e demais páginas php de modo geral para ver se tinha algum script estranho mas não encontrei nada suspeito.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá segue abaixo

 

<?php
/* Child Theme.
 *
 * v1.0.
 */
?><!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) | !(IE 8)  ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<meta property="fb:admins" content="XXXXXXXXX"/><meta property="fb:app_id" content="XXXXXXX"/>
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php wp_head(); ?>
<!-- Button+1 --><script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: 'pt-BR'}</script>
</head>

<body <?php body_class(); ?>>
<!-- Like button --><div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1&appId=XXXXXXXXXXX";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- LOGO -->
			<div class="logo"></div><div id="headtitle">
<!-- title -->
			<h2 class="site-title"><a class="site-title" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h2>
			<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
			</div>
			<!-- .icons -->	
			<div id="icons">
			<a href="https://www.facebook.com/BlogEternoRetorno/" title="Facebook"><span class="icon-facebook"><h4 class="icons">Facebook</h4></span></a>
			<a href="http://www.twitter.com/adrieldutra/" title="Twitter"><span class="icon-twitter"><h4 class="icons">Twitter do Autor</h4></span></a>
			<a href="/contato/" title="Contato"><span class="icon-envelop"><h4 class="icons">Contato</h4></span></a>
			<a href="/blogroll/" title="Links"><span class="icon-link"><h4 class="icons">Links</h4></span></a>
			<a href="/mapa/" title="Mapa do Site"><span class="icon-earth"><h4 class="icons">Mapa do Site</h4></span></a>
			<a href="http://feeds.feedburner.com/EternoRetorno/" title="RSS"><span class="icon-feed"><h4 class="icons">Feed RSS</h4></span></a>
			</div>
			<!-- end .icons -->				
<div id="page" class="hfeed site">
	<header id="masthead" >

		<nav id="site-navigation" class="main-navigation" role="navigation">
			<h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
			<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
		</nav><!-- #site-navigation -->	

	</header><!-- #masthead -->

	<div id="main" class="wrapper">

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

Dei uma checada aqui e acredito que o problema seja quando clica para abrir um post. Abrir o domínio não solicita para baixar, mas ao clicar em qualquer post ele pede para baixar. O arquivo show.html tem 0k e nenhum conteúdo, outra informação é que ele aparece o endereço "apps3rd.lomadee.com" na aba de download do firefox. Não utilizo o afiliados da lomadee embora já deva ter utilizado...

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.