Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/08/2012, 16:58
destinopolinesia
 
Fecha de Ingreso: mayo-2011
Mensajes: 167
Antigüedad: 13 años
Puntos: 6
Respuesta: Meter adsense justo en medio del listado de post por categorias

te paso mi codigo para que me lo embeddes tu porque llevo una hora y no alcanzo gracias de antemano

<?php get_header('3'); ?>

<h2 style="text-align:center;margin-top:25px;">Posts de <?php single_cat_title(); ?></h2><div style="float:left;text-align:left;width:650px;margin:17px auto;"><script type="text/javascript"><!--

//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<h2 style="text-align:center;margin-top:35px;">Posts de <?php single_cat_title(); ?></h2><h2 style="font-size:3em;text-align:center;margin:15px auto">↓</h2>
<?php if (have_posts()) : ?>

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

<article <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<p style="text-align:center;font-size:1.2em;margin-top:25px;color: #c108a1;font:Verdana, Arial, Helvetica, sans-serif;"><a href="<?php the_permalink() ?>" title="<?php printf(__('Permanent Link to %s'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></p>
<p class="info" style="font-size:0.7em;margin-top:5px;"><?php the_time(__('F jS, Y')) ?> | by <span><?php the_author_posts_link(); ?></span></p>





<div style="font-size:0.7em;margin-top:0px">
<?php the_excerpt('Read full story'); ?>
</div>
<div class="clear"></div>

</article>

<?php endwhile; ?>