Support

Account

Home Forums Front-end Issues Custom (image) field empty after WP_Query Reply To: Custom (image) field empty after WP_Query

  • Found the answer on Stack Exchange.

    In order for this to work you need to reset each query with

    wp_reset_query()

    http://stackoverflow.com/questions/23633231/wordpress-page-template-custom-fields-not-working-after-wp-query-loop/26449631