Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/08/2006, 03:48
rulide
 
Fecha de Ingreso: enero-2006
Mensajes: 86
Antigüedad: 18 años, 3 meses
Puntos: 1
Véis algún error en este index.php??

Véis algún error en este index.php, para que ningún buscador no me indexe desde hace 1 mes??

Cita:
<?php get_header(); ?>

<div id="content" class="narrowcolumn">

<?php if (have_posts()) : ?>
<br>
<?php while (have_posts()) : the_post(); ?>

<br>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Enlace Permanente a <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('j \d\e F, Y') ?> <!-- por <?php the_author() ?> --></small>

<div class="entry">
<?php the_content('Leer el resto de la entrada &raquo;'); ?>
</div>

<?php if(function_exists('wp_email')) { email_link(); } ?>
<p class="postmetadata">Clasificado bajo: <?php the_category(', ') ?> | <?php edit_post_link('Editar','',' | '); ?> <?php comments_popup_link('Sin comentarios »', '1 comentario »', '% comentarios »'); ?></p>
<div align="center"><br>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</div>
</div>



<?php endwhile; ?>

<div class="navigation">
<div class="alignleft"><?php next_posts_link('&laquo; Entradas anteriores') ?></div>
<div class="alignright"><?php previous_posts_link('Entradas siguientes &raquo;') ?></div>
</div>

<?php else : ?>

<h2 class="center">No encontrado</h2>
<p class="center">Disculpe, lo que busca no est&aacute; aqu&iacute;.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>

<?php endif; ?>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>
Gracias