I have a slideshow in a custom theme I am developing and I am using the UpThemes Framework, what I want to know is, is there a way and image will only display if it has been defined?
For example, at the moment the max. number of images in the slideshow is 6, but if only 5 are uploaded the "alt" attribute displays for the 6th
For those unfamiliar with the framework, this is the PHP tag I am using
<?php echo $up_options->slideshow6; ?>
I have done this with custom fields in the past but I can't for the life of me figure out how I did it.