Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/05/2010, 13:00
Avatar de eragas
eragas
 
Fecha de Ingreso: enero-2009
Mensajes: 417
Antigüedad: 15 años, 3 meses
Puntos: 43
Respuesta: Crear un "Key" para facilitar los post

Gracias, metacortex.

Pero he colocado el siguiente código en index.php

Código PHP:
                <div class="post-content">
                    <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
                    <p><?php the_excerpt_reloaded(50'none'TRUE'...'FALSE1); ?></p>
                    <p><a href="<?php the_permalink() ?>">View <?php the_title(); ?></a></p>
                    <p>Ver enlace: <?php get_post_meta(get_the_ID 'fuente' true?></p>
                </div>

Y no me sale.

Tienes alguna otra solución?

Gracias maestro.