So thank you,
it didn’t worked, so i made an own solution:
<?php
$featured_image_id = get_post(get_post_thumbnail_id($this->post->ID));
$featured_image_info = td_util::attachment_get_full_info($featured_image_id, 'art-big-1col');
if(!empty($featured_image_info['caption'])){
echo $featured_image_info['caption'];
}
?>
thanks
Hello and thank you for the code snippet,
I’ve added the code as above described an got following error:

Thank you Christopher for your Answer!
Can you tell me where i find the right files to change?
Regards
Thank you, it worked!
Yes! It worked. Thank you!
hmmmmm…. with this solution i’m not happy because, so i have to change about 1000 Articles and it will not work properly.
but aren’t there any other soutions?
I want only that when i select the post format video, there appears the featured image as header image on style 3 and the video below.
Is there no other way, because I am using an external app to parse the wp-json api.
Thanks it worked!
Yeah, it worked!
Thanks
Hello Rado,
but also a simple <p>hello world</p> is not showing up.
What can i do to show after the content an custom field? or a simple hello world ?
-
This reply was modified 12 years by
colesnicov.
Problem solved:
With the Visual Pagebuilder i’ve made an 1/1 row in an 1/1 row… so i moved the solder out and removed the 1/1 row where the silder was and everything was fine.
thanks for your help
Hello,
I’ve added the neede code but, it is still not showing in the post. I deactivated also the cache and tried it also with some simple code like:
<p> Hello World </p>

Thanks that worked for me!