Comment on WordPress Image Slideshow by SEO Dave.

WordPress Slideshow That should be easy to achieve.

Edit

/stallion-seo-theme/layout/featured-slideshow.php

And delete the lines

<div class="st_feature_main">
<span class="feature-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'stallion' ), the_title_attribute( 'echo=0' ) ); ?>"><?php the_title(); ?></a></span>
<?php echo '<p>' . st_feature_excerpt(get_the_excerpt(),25,'...') . '</p>';?>
</div>

That should leave the image and the clickable previous and next buttons area.

Will add an option next update to turn that part of the slider off. Nice idea.

David