Describe the bug
When adding the Posts Block with a custom post type and a custom taxonomy created using ACF, the block correctly queries posts and shows the taxonomy in the filter dropdown, but assigned taxonomy terms do not appear in the frontend, even when “Display taxonomy terms” is enabled.
- happens on editor
- happens on frontend
To Reproduce
Steps to reproduce the behavior:
- Create a custom post type News using ACF
- Create a custom taxonomy Categories attached to the CPT News using ACF
- Add terms to the taxonomy (“Announcements”, “Updates”) and assign them to posts
- Add a page with Posts Block, querying the News CPT
- Enable Filter by taxonomy and add Announcements taxonomy terms in the Post block settings
- Publish and view the page
Expected behavior
Posts should display the assigned taxonomy terms in the frontend.
Screenshots
