Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/03/2011, 13:33
ramondevesa
 
Fecha de Ingreso: noviembre-2010
Mensajes: 234
Antigüedad: 13 años, 6 meses
Puntos: 2
Respuesta: Quitar título y botón leer más

Buenas, lo he dejado de esta forma:
Código PHP:
Ver original
  1. ?>
  2. <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
  3.  
  4. <?php print $picture ?>
  5.  
  6. <?php if (!$page == 0 && $is_front == FALSE): ?>
  7.   <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
  8. <?php endif; ?>
  9.  
  10.   <div class="meta">
  11.   <?php if ($submitted): ?>
  12.     <span class="submitted"><?php print $submitted ?></span>
  13.   <?php endif; ?>
  14.  
  15.   <?php if ($terms): ?>
  16.     <div class="terms terms-inline"><?php print $terms ?></div>
  17.   <?php endif;?>
  18.   </div>
  19.  
  20.   <div class="content">
  21.     <?php print $content ?>
  22.   </div>
  23.  
  24.   <?php print $links; ?>
  25. </div>

En la línea 4 y me continua igual :S gracias de todas formas