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, '...', FALSE, 1); ?></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.