我正在使用“ Display Related products for a specific product attribute value in single product pages” 答案代码,该代码可通过Woocommerce中的单个属性显示相关产品。
我正在使用以下设置:
$attribute = "family"; // <== HERE define your attribute name
$limit = "60"; // <== Number of products to be displayed
$cols = "6"; // <== Number of columns
$orderby = "rand"; // <== Order by argument (random order here)
问题是仅链接标题,而不链接产品图片。我有些用户试图单击产品图片,但他们对此感到沮丧,因为它没有带他们到任何地方。他们没有意识到他们需要单击标题。有人可以帮我将图片和标题与产品网址链接起来。
这里是产品链接,所以您明白我的意思了 http://www.2ndave.info/2ndavewp/product/10-25w-cilindro-novartis-wall-sconce-131034/
感谢您的帮助。