Support

Account

Home Forums Backend Issues (wp-admin) Cannot Query By Custom Field Reply To: Cannot Query By Custom Field

  • I’ve done this already, as explained above. I’ve even tried passing the query into a while loop using:
    <?php while( $posts->have_posts() ) : $posts->the_post(); ?>
    And still nothing.

    It doesnt seem to be retrieving any posts because of my above stated reasons

    • Fields are applying to my orders as “field_<some-key>”
    • Field value is hashed

    Why is this so different from the documentation. No where can i find any example of this in the docs or in a google search.