• Resolved enqis

    (@enqis)


    Hi,
    how shall display an image definied as a custom field in the loop like this:

    <?php
          query_posts('cat=8');
          while (have_posts()) : the_post();
          the_title();
          endwhile;
    ?>

    Thanks

  • The topic ‘How to call custom fields in the query_posts ?’ is closed to new replies.