Variable text under featured image
-
I’d like to add some text under the featured image on my product pages. I found the following snippet of code which does the trick, but it puts the same text under all of the pics.
Anyone know how to modify this to put different text under different products?
function skyverge_add_below_featured_image() { echo '<h2 style="text-align:center;margin-top:50px;">SOME TEXT HERE...</h2>'; } add_action( 'woocommerce_product_thumbnails' , 'skyverge_add_below_featured_image', 9 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Variable text under featured image’ is closed to new replies.