Title: Query Fields
Last modified: December 31, 2020

---

# Query Fields

 *  Resolved [moultrex](https://wordpress.org/support/users/moultrex/)
 * (@moultrex)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/query-fields/)
 * Hello, fantastic plugin.
 * Can you query the data with native wordrpess functions or after they are stored
   in custom table you have to write custom code to retrieve those fields?
 * If i want to show the acf fields will the native acf method work to get those
   fields?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eduardo Marcolino](https://wordpress.org/support/users/eduardomarcolino/)
 * (@eduardomarcolino)
 * [5 years ago](https://wordpress.org/support/topic/query-fields/#post-14484445)
 * Hi [@moultrex](https://wordpress.org/support/users/moultrex/),
 * By default the data is still stored in WP Post Meta so you can query the posts
   the same way as before using [WP Meta Query](https://developer.wordpress.org/reference/classes/wp_query/#custom-field-post-meta-parameters).
 * But if you want to query using the data stored in the table created by the “ACF:
   Fields in Custom Table” plugin you will have to use the [posts_join](https://developer.wordpress.org/reference/hooks/posts_join/)
   and [posts_where](https://developer.wordpress.org/reference/hooks/posts_where/)
   filters.

Viewing 1 replies (of 1 total)

The topic ‘Query Fields’ is closed to new replies.

 * ![](https://ps.w.org/acf-fields-in-custom-table/assets/icon-256x256.png?rev=2426457)
 * [ACF: Fields in Custom Table](https://wordpress.org/plugins/acf-fields-in-custom-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-fields-in-custom-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-fields-in-custom-table/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-fields-in-custom-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-fields-in-custom-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-fields-in-custom-table/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eduardo Marcolino](https://wordpress.org/support/users/eduardomarcolino/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/query-fields/#post-14484445)
 * Status: resolved