• Resolved Jim Bouton

    (@piersrueb)


    I am querying posts on a page template and i am having a problem with custom fields not displaying after the loop. They display fine before the loop though. Any ideas?

    Thanks

    <?php query_posts('posts_per_page=4'); ?>
    		<?php while ( have_posts() ) : the_post(); ?>
                   <?php endwhile; ?>
    
    <?php echo get_post_meta($post->ID, "post description", true); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom field issue’ is closed to new replies.