How to get image title/alt attribute?

In my white theme, there is no alt attribute configured for the home slider post. I added the alt text for the image through the media library interface. I added the following code to display the alt text/attribute. But it does not display: <img class=”homepage-slider_image” src=”http://www.blabla.com/wp-content/uploads/2013/06/cms-website4-1800×800.jpg” alt=”” /> Here is the code: <?php $image = … Read more