Thanks! Found the class and deleted it. Solved …
@frederik-rosendahl-kaa:
You made my day!
Thank you so much!
Hi! Having a similar Question:
I’m using ACF to relate to a Custom Post Type (Relationship field). The Integrator works fine but the output is a simple link to the post.
I added following code to my funktions.php:
add_filter('acfvc_relationship','my_function',10,3);
function my_function ( $output, $field, $post_id ) {
return $output;}
But the output is still just a link. Is it possible to show the text field or even the excerpt?
Thanks in advance!
-
This reply was modified 5 years, 8 months ago by contixmedia.
-
This reply was modified 5 years, 8 months ago by contixmedia.
-
This reply was modified 5 years, 8 months ago by contixmedia.