Hallo genesis,
ja in der Mediathek ist testweise bei einem Bild alles eingetragen. Leider jedoch ohne erfolg!
Habe auch schon folgendes versucht in die php zu schreiben.
-->
</style>
<?php
$initial_image = $all_photo_arr[0]->guid;
[COLOR=#b22222]$alt = get_post_meta($all_photo_arr_id, '_wp_attachment_image_alt', true);[/COLOR]
[COLOR=#b22222]if(count($alt)) echo $alt;[/COLOR]
?>
<div id="bg"><a href="#" class="nextImageBtn" title="next"></a><a href="#" class="prevImageBtn" title="previous"></a><img src="<?php echo $initial_image; ?>" alt="[COLOR=#b22222]<?php if(count($alt)) echo $alt; ?>[/COLOR]" title="" id="bgimg" /></div>
<div id="preloader"><img src="<?php bloginfo( 'stylesheet_directory' ); ?>/js/fullscreen/ajax-loader_dark.gif" width="32" height="32" /></div>
Leider ohne Erfolg! :(