Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/10/2010, 16:16
American2010
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años
Puntos: 34
Respuesta: Modificar tema

Prueba una de estas 2 opciones

Código PHP:
                <div class="title-insert">
                    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
                </div>
                
        </div>

        <?php the_content(); ?> 

            <?php endwhile; ?>
Código PHP:
                <div class="title-insert">
                    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
                </div>
                
                <?php the_content(); ?> 
                
            </div>
            <?php endwhile; ?>
Si se rompe algo, quizas sea necesario crearle un DIV para contenerlo

<div id="post-home"><?php the_content(); ?> </div>

Y ahí habría que ver que valores darle a ese div en el css
__________________
elGastronomo