We share our real experience, by which you'll know about how to keep your site secured, optimized and up to date.
Yes, absolutely! Doing it this way makes your custom post types completely relatable and fully compatible with standard WordPress query structures.
By turning Save Terms ON, ACF doesn’t just save a text string in a hidden meta field; it actually connects the post to WordPress’s central taxonomy table (wp_term_relationships).
Because it hooks directly into the core database architecture, you get two major benefits:
When you click a tag on the front-end (e.g., a tag named “Consulting”), WordPress will automatically open its native archive loop page and show all post types that share that exact same tag (whether they are normal Posts, your custom Reviews, or your Services).
If you are coding a “Related Posts” or “Related Reviews” layout section at the bottom of a page, you can write a clean, high-performance WP_Query based on those shared tags.
Here is how you would pull similar posts inside your theme templates based on the tags saved by that ACF field:
| Category | Engineering |
| Flavor | WordPress |
| Published | 16 May 2026 |
| Country | Bangladesh |