Disable ACF post object link

I have this acf post object field as one of my cpt fields. Using this on a page links back to the original post, how do i disable the linking?

PS: I have looked up this dev doc but it only applies to taxonomies Filter: bricks/dynamic_data/post_terms_links – Bricks Academy


Unfortunately not possible at the moment. For the taxonomy field there is the ‘bricks/acf/taxonomy/show_as_link’ filter, but not for the relationship/post object field yet.

However, you can use a custom PHP function for that.

The ACF docs should help you there:

1 Like