Adding photo caption to featured slider
-
I use the WPZoom SportPress theme, and I’m looking for a way to insert the photo caption into the featured post slider.
Ideally, I’d like to the caption above the headline and have a right justify, offset from the rest of the text.
The website is dfwcollegesportsbeat.com
Below is the featured post .php but I cannot figure out what or how to insert a featured image caption.
Thanks in advance for your help.
<div class="featContent"> <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <?php wpe_excerpt('excerpt_slider', 'wpe_excerptmore'); ?> </div>
- The topic ‘Adding photo caption to featured slider’ is closed to new replies.