footer oculto

Estado
No está abierto para más respuestas.
Mensajes
84
Puntuación de reacción
0
hola

estuve validando el html w3c
del blog y luego se me oculto el footer
retrocedi los ultimos cambios pero siguio =

esta es la web
Tecnologia Virtual

espero q me ayuden para volver hacer aparecer el foooter

Aqui dejo mejor los codigos
ok aqui el index
Código:
<?php get_header(); ?>
<div id="cc_content">
   <div class="postcontent">
	<?php $num=0; if (have_posts()) : ?> <?php while (have_posts()) : the_post(); $num++; ?>  
		<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
			<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
			<div class="entry">
			<?php
                                    ?><div class="postThumb"><a href="<?php the_permalink() ?>"> <img src="<?php echo get_image() ?>" height="150" width="200" alt="<?php the_title(); ?>" /></a><?php  
                            ?></div>
            
            <?php
               the_excerpt(); ?>	 
			<div class="postmeta-primary">
			        <span class="meta_author"> <?php the_author() ?></span>
				<span class="meta_date"><?php the_time('d') ?>/<?php the_time('m') ?>/<?php the_time('Y') ?></span>    <span class="meta_categories"><?php the_category(', '); ?></span>

			<?php if(comments_open( get_the_ID() ))  {
                    ?>   <span class="meta_comments"><?php comments_popup_link( __( 'Comentarios 0', 'themater' ), __( '1 Commentario', 'themater' ), __( '% Comentarios', 'themater' ) ); ?><?php
                } ?></span>
                </div>
			</div>
			 </div>
		<?php endwhile; ?>
	<?php include (TEMPLATEPATH . '/nav.php' ); ?>
	<?php else : ?>
		<h2><?php _e('No se encontraron Articulos');?></h2>
	<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>

aki el header
Código:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-ES" xml:lang="es-ES">
<head>
	<meta name="viewport" content="width=device-width; initial-scale=1.0"/>
	<title><?php wp_title(''); ?></title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
	<link href="<?php echo get_template_directory_uri(); ?>/css/mediaqueries.css" rel="stylesheet" />
	<link href="<?php echo get_template_directory_uri(); ?>/pagenavi-css.css" rel="stylesheet" />
<?php
	$favicon = get_template_directory_uri().'/favicon.ico';
	if($dto_theme['wimg_favicon']['src']!="") $favicon = $dto_theme['wimg_favicon']['src'];
?>
	<link rel="shortcut icon" href="<?php echo $favicon; ?>" />	
	<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/screen.css" type="text/css" media="screen, projection" />
	<?php //comments_popup_script(); // off by default ?>
	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> 
	<?php if($dto_theme['anti_Iframes']){?><script type="text/javascript">if(top.location!=this.location) top.location=this.location;</script><?php } ?>
	<?php wp_head(); ?>
	<?php if($dto_theme['add_Header']!=""){ echo $dto_theme['add_Header']; } ?>	
	
	<!-- Facebook Open Graph Tags -->
<meta property="fb:app_id" content="307528616013968"/>
<meta property="fb:admins" content="100002681792260"/>
<!-- End Facebook Open Graph Tags -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
</head>
<body <?php body_class(); ?>>	
<script type="text/javascript">
  window.___gcfg = {lang: 'es'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/platform.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
<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/es_LA/all.js#xfbml=1&appId=239846902847934";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
		<div id="header">
		 <div class="wrapper">
		 <?php if(!VerSiMobil()){ ?>
<div id="menutop">
	<?php wp_nav_menu(array( 'sort_column' => 'menu_order', 'menu' => 'Categories', 'container_class' => 'horizontal-menu', 'container_id' => 'headermenu', 'theme_location'  => 'top_menu') ); ?>
</div>
<?php } ?>
<?php
	$logo = get_template_directory_uri().'/images/logo.png';
	if($dto_theme['wimg_logo']['src']!="") $logo= $dto_theme['wimg_logo']['src'];
?>
			<a class="logo" href="<?php echo home_url('/'); ?>"><img id="img_logo" src="<?php echo $logo; ?>" alt="<?php echo home_url('/'); ?>" /></a>		  			<div class="hdright">
			<div class="desc_box">
			<?php if($dto_theme['sacar_desH']){?><div class="hd_descripcion">
			   <?=$dto_theme['des_Header'];?>
			</div><?php } ?>
			<div class="google_src">
<div class="gcse-searchbox"></div>		


					</div></div></div>
		</div>
</div><!-- wrapper -->
<div id="wrap">
<?php
if (is_home() || is_archive()) { ?>			
<?php } ?>
<ul id="lava-menu">
    <li><a href="/">Inicio</a></li>
    <li><a href="/category/apps" target="_blank">Aplicaciones</a>
      <ul>
        <li><a href="/category/android" target="_blank">Android</a></li>
        <li><a href="/category/blackBerry" target="_blank">BlackBerry</a></li>
        <li><a href="/category/ios" target="_blank">iOS</a></li>
        <li><a href="/category/windows-phone" target="_blank">Window Phone</a></li>
      </ul>
    </li>
    <li><a href="/category/" target="_blank">Computadoras</a>
      <ul>
        <li><a href="/category/software" target="_blank">Software</a></li>
        <li><a href="/category/hardware" target="_blank">Hardware</a></li>
        <li><a href="/category/informatica" target="_blank">Informatica</a></li>
      </ul>
    </li>
    <li><a href="/category/tutorial" target="_blank">Guias y Trucos</a>
      <ul>
        <li><a href="/category/tutorial" target="_blank">Tutoriales</a></li>
              </ul>
    </li>
    <li><a href="/category/moviles" target="_blank">Moviles</a></li>
    <li><a href="/category/programacion" target="_blank">Programacion</a>
      <ul>
        <li><a href="/category/vb-net" target="_blank">Vb.net</a></li>
        <li><a href="/category/java" target="_blank">Java</a></li>
        <li><a href="/category/php" target="_blank">Php</a></li>
        <li><a href="/category/base-datos" target="_blank">Base de Datos</a></li>
      </ul>
    </li>
    <li><a href="/category/internet/" target="_blank">Internet</a>
      <ul>
        <li><a href="/category/facebook" target="_blank">Facebook</a></li>
        <li><a href="/category/google" target="_blank">Google</a></li>
        <li><a href="/category/youtube" target="_blank">Youtube</a></li>
      </ul>
    </li>
    <li><a href="http://www.foroganadinero.com/" target="_blank">Foro</a></li>
  
</ul>

y aqui el footer
Código:
</div><!-- #wrap -->   
		<div id="footer">
 <div class="wrapper">
		 <div class="menu_ft">
			<div class="footer-text">
				Copyright © 2013 <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a> - Todos los derechos reservados. <br/>
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a> No Aloja Ningún Archivo En Sus Servidores, Todo Contenido De La Web Hace Referencia a Servidores Externos.
			</div>
		 </div>
		</div><!-- wrapper -->
	</div>
	<?php wp_footer(); ?>


<?php } ?>
</body>
</html>


gracias
 
Última edición:
Mensajes
84
Puntuación de reacción
0
parece que esta dando error, revisa el error_log de tu host.

hola si tiene mucho de estos errores
esa linea repite en los ultimos dias, q editaria?

[19-Apr-2014 04:03:26 UTC] PHP Parse error: syntax error, unexpected '}' in /home/tecvirtual/wp-content/themes/TV/footer.php on line 13
 
Mensajes
84
Puntuación de reacción
0
pegame el footer.php completo, puede que falle esto:
<?php } ?>

aqui esta el footer.php
Código:
</div><!-- #wrap -->   
		<div id="footer">
 <div class="wrapper">
		 <div class="menu_ft">
			<div class="footer-text">
				Copyright © 2013 <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a> - Todos los derechos reservados. <br/>
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a> No Aloja Ningún Archivo En Sus Servidores, Todo Contenido De La Web Hace Referencia a Servidores Externos.
			</div>
		 </div>
		</div><!-- wrapper -->
	</div>
	<?php wp_footer(); ?>


<?php } ?>
</body>
</html>
 
Estado
No está abierto para más respuestas.
Arriba