Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/10/2011, 11:30
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 1 mes
Puntos: 21
(Consulta) Obtener categoria de un post.

¿Cómo puedo obtener la categoria de un post?

Esto no me funciona.

Código PHP:
Ver original
  1. $post_id = get_the_ID(); //Trae el ID correcto.
  2. $cat = the_category(",", $post_id);
  3. echo $cat;
__________________
_