Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/02/2010, 11:31
Avatar de metacortex
metacortex
Viejo demente
 
Fecha de Ingreso: junio-2004
Ubicación: Caracas - Venezuela
Mensajes: 9.027
Antigüedad: 20 años, 5 meses
Puntos: 832
Respuesta: Mostrar post por author

No necesitas un plugin. Sólo reemplaza esta parte
Código PHP:
Ver original
  1. <?php while (have_posts()) : the_post(); ?>
por esto
Código PHP:
Ver original
  1. <?php while (have_posts()) : the_post();
  2. global $current_user;
  3. get_currentuserinfo();
  4. if(get_the_author() != $current_user->user_login) continue; ?>

Más info: http://codex.wordpress.org/Function_...urrentuserinfo