Ver Mensaje Individual
  #12 (permalink)  
Antiguo 22/09/2011, 11:17
Avatar de Nekko
Nekko
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Buenos Aires
Mensajes: 3.141
Antigüedad: 16 años, 8 meses
Puntos: 656
Respuesta: Como hacer esto (importante)

A ver si entendí... fuera del loop, colocá algo como esto:

Código PHP:
Ver original
  1. <?php $tag = get_post_meta($post->ID, 'tagjuego', true);
  2. query_posts( 'tag='.$tag.'&posts_per_page=5' );
  3. if ( have_posts() ) : while (have_posts()) : the_post(); ?>
  4. <h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
  5. <?php the_excerpt();
  6. endwhile; endif;
  7. ?>

Utiliza el contenido almacenado en el custom field "tagjuego".
__________________
Taller para crear themes wordpress desde cero | Presupuestos para trabajos particulares vía MP