Show caption under product gallery in WooCommerce

后端 未结 1 1186
予麋鹿
予麋鹿 2021-01-15 13:51

I\'m trying to show the caption text under the thumbnail in the product page gallery. I need to show the text because there are a lot images in the gallery and each thumb is

1条回答
  •  北恋
    北恋 (楼主)
    2021-01-15 14:28

    Make sure that you understand sprint function working way. You could play with css position of block. This could be solution.

    sprintf( '
  • %s%s
  • ', $thumb_image, $image_html, $caption_html, $image_link, $image_class, $image_caption, $image_title, $image_alt )

    0 讨论(0)
提交回复
热议问题