Ver Mensaje Individual
  #10 (permalink)  
Antiguo 15/02/2012, 12:16
javierm5
 
Fecha de Ingreso: abril-2011
Mensajes: 72
Antigüedad: 13 años
Puntos: 4
Respuesta: No mostrar si hay campo personalizado

Lo he intentado hacer, pero lo hago mal. ¿Podrías hacer la línea 23 sólo de prueba para poder hacer el resto yo?
Eres increíble, gracias.

La he hecho así ¿Que fallo?

Código PHP:
Ver original
  1. <?php
  2. if( $ficha == "No" ) { echo ""; } else {
  3. echo '<div class="review-thumb thumbd">
  4. <div class="pegi'.echo($pegi).'"></div><a href="'.echo($imagen).'" title="'.the_title();.'" alt="'.the_title();.'"><img src="'.echo($imagen).'" align="left" alt="'.the_title();.'" width="160"></a>
  5. </div>

Última edición por javierm5; 15/02/2012 a las 12:23