Hi, actually i create some Post Topics like special categories to put more posts together as a topic. An example is “Company”, to have all News Posts together for this special company.
I created a Custom Post Type and use ACF to show me this CP inside a Post as a Checklist. Now my question is: How i get a “Button/Category” Link out of it inside a Post, so this Post is liking back to this Topic.
I tried this Shortcode “[acf field="{$company}" post_id="{$post_id}"]” but don`t get any output.
Best K