25/11/2009, 11:42
|
| | Fecha de Ingreso: junio-2008
Mensajes: 80
Antigüedad: 16 años, 5 meses Puntos: 0 | |
Respuesta: Ejecutar codigo PHP en Wordpress a mi:
<phpcode>
<?php
echo "Current date and time: ";
echo date("l dS of F Y h:i:s A");
?>
</phpcode>
muestra:
Current date and time: Wednesday 25th 2009f November 2009 06:42:26 |