16/02/2013, 13:23
|
| | | Fecha de Ingreso: noviembre-2008 Ubicación: Catalonia
Mensajes: 203
Antigüedad: 16 años Puntos: 33 | |
Respuesta: Volver a página superior
Código:
<?php
$parent_title = get_the_title($post->post_parent);?>
<a href="<?php echo get_permalink($post->post_parent) ?>"><?php echo $parent_title;?></a>
|