12/05/2011, 10:57
|
| | Fecha de Ingreso: abril-2011
Mensajes: 17
Antigüedad: 13 años, 6 meses Puntos: 4 | |
Respuesta: fallo en mostrar imagen Prueba lo siguiente:
<?php
$atras="<img src='img/atras.png'/>";
?>
<?php next_post_link(' %link',echo $atras,TRUE);Ê?>   <?php previous_post_link(' %link','PALANTE',TRUE);Ê?>
Si te falla prueba también poniendo ; detrás del echo $atras:
<?php next_post_link(' %link',echo $atras;,TRUE);Ê?>   <?php previous_post_link(' %link','PALANTE',TRUE);Ê?> |