Tema
:
Saber Id de mi categoria
Ver Mensaje Individual
#
4
(
permalink
)
05/05/2009, 05:35
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: Saber Id de mi categoria
Código PHP:
<?php
foreach((
get_the_category
()) as
$category
) {
echo
$category
->
cat_ID
.
' '
;
}
?>
metacortex
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de metacortex