Support

Account

Home Forums General Issues Need all custom field entries comma delimeted from all custom post type entries Reply To: Need all custom field entries comma delimeted from all custom post type entries

  • Where is this code running? In a template, or in a function.

    try adding

    
    if ($query->have_posts()) {
      global $post; // try adding this here
      while($query->have_post()) {