Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/08/2012, 06:23
Avatar de Nekko
Nekko
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Buenos Aires
Mensajes: 3.141
Antigüedad: 16 años, 1 mes
Puntos: 656
Respuesta: Meter adsense justo en medio del listado de post por categorias

Usá un contador en el loop de archive.php o category.php. Algo así:

Código PHP:
Ver original
  1. <?php
  2. $contador = 0;
  3. if ( have_posts() ) : while ( have_posts() ) : the_post();
  4.     ++$contador;    
  5.     if ($contador == 10) { echo '<!--- AQUI EL CODIGO DE TU BANNER -->'; } ?>
  6.     <h2><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
  7.     <?php the_excerpt(); ?>
  8.  
  9. <?php endwhile; endif; ?>
__________________
Taller para crear themes wordpress desde cero | Presupuestos para trabajos particulares vía MP