Blogs

Read our blogs

We share our real experience, by which you'll know about how to keep your site secured, optimized and up to date.

Engineering

  • Brothers Trading

    To add tags to a Custom Post Type (CPT) and manage them, you have two different paths depending on what you mean by “post by ACF”: Here is how to handle both scenarios. Path A: Registering Tags for your CPT (Admin Backend) If you just need the default WordPress “Tags” UI box to appear on…

  • Energy Avenue

    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…