Hi David,
I want to make it so that if you click on one of the pictures in slider, it WONT take you to the post. Is that the same as the “hide picture link” instructions you gave?
I’m nervous because I’ve never messed around with the CSS before and I’m not sure I understand your instructions.
I think this is the section of the coding you talk about above, but which part am I supposed to delete?
<?php if( has_post_thumbnail() ) : ?>
” rel=”bookmark” title=”<?php the_title_attribute(); ?>”>
<?php the_post_thumbnail( ‘slider-thumb’ ); ?>
(I made the spacing a little different, not sure if that matters.)
Here’s what my coding looks like in full: https://columbiaepiscopal.org/?p=838
Thank you so much for your help!
Betsy