当前位置:首页-WordPress文章-WooCommerce-正文

WooCommerce 3 更新后特色产品的获取方法

WooCommerce 已经是 WordPress 平台最好最强大的在线商城插件,已经被 WordPress 收购,更新速度比较频繁,功能更加完善。

在频繁的更新后,一些常用的函数都在优化,一些字段也有所改变。Taji 主题在首页有一个模块『编辑推荐』,获取的是特色产品,在之前我们是可以通过以下代码就可以获取特色产品:

  1. $args = array(
  2.     'post_type' => 'product',
  3.     'posts_per_page'  => 5,
  4.     'meta_key' => '_featured',
  5.     'meta_value' => 'yes'
  6. );

在 WooCommerce 3之后(具体哪个版本不确定),以上代码是获取不了特色产品,百度、谷歌都搜遍了也没有解决,WooCommerce 插件有提供一些简码,其中就有特色产品,所以查看了下简码才得到决定。

所以可以通过以下代码来获取 WooCommerce 的特色产品:

  1. $args = array(
  2.     'post_type' => 'product',
  3.     'posts_per_page' => 5,
  4.     'tax_query' => array(
  5.         array(
  6.             'taxonomy' => 'product_visibility',
  7.             'terms' => 'featured',
  8.             'field' => 'name',
  9.             'operator' => 'IN',
  10.             'include_children' => false
  11.         )
  12.     )
  13. );

以上只是解决方案,获取文件是使用WP_Query函数。

本文原创,作者:萨龙龙,其版权均为4166am金沙信心之选所有。
如需转载,请注明出处:/woocommerce-3-feature-product.html

\u5728\u9891\u7e41\u7684\u66f4\u65b0\u540e\uff0c\u4e00\u4e9b\u5e38\u7528\u7684\u51fd\u6570\u90fd\u5728\u4f18\u5316\uff0c\u4e00\u4e9b\u5b57\u6bb5\u4e5f\u6709\u6240\u6539\u53d8\u3002Taji\u4e3b\u9898\u5728\u9996\u9875\u6709\u4e00\u4e2a\u6a21\u5757\u300e\u7f16\u8f91\u63a8\u8350\u2026@\u8428\u9f99\u7f51\u7edc&appkey=746468751&pic=https:\/\/demo.salongweb.com\/mnews\/images\/default-thumb.jpg&searchPic=true","qq":"https:\/\/connect.qq.com\/widget\/shareqq\/index.html?url=https:\/\/salongweb.com\/woocommerce-3-feature-product.html&title=WooCommerce 3 \u66f4\u65b0\u540e\u7279\u8272\u4ea7\u54c1\u7684\u83b7\u53d6\u65b9\u6cd5&pics=https:\/\/demo.salongweb.com\/mnews\/images\/default-thumb.jpg&summary=WooCommerce\u5df2\u7ecf\u662fWordPress\u5e73\u53f0\u6700\u597d\u6700\u5f3a\u5927\u7684\u5728\u7ebf\u5546\u57ce\u63d2\u4ef6\uff0c\u5df2\u7ecf\u88abWordPress\u6536\u8d2d\uff0c\u66f4\u65b0\u901f\u5ea6\u6bd4\u8f83\u9891\u7e41\uff0c\u529f\u80fd\u66f4\u52a0\u5b8c\u5584\u3002

\u5728\u9891\u7e41\u7684\u66f4\u65b0\u540e\uff0c\u4e00\u4e9b\u5e38\u7528\u7684\u51fd\u6570\u90fd\u5728\u4f18\u5316\uff0c\u4e00\u4e9b\u5b57\u6bb5\u4e5f\u6709\u6240\u6539\u53d8\u3002Taji\u4e3b\u9898\u5728\u9996\u9875\u6709\u4e00\u4e2a\u6a21\u5757\u300e\u7f16\u8f91\u63a8\u8350\u2026&site=\u8428\u9f99\u7f51\u7edc","zone":"https:\/\/sns.qzone.qq.com\/cgi-bin\/qzshare\/cgi_qzshare_onekey?url=https:\/\/salongweb.com\/woocommerce-3-feature-product.html&title=WooCommerce 3 \u66f4\u65b0\u540e\u7279\u8272\u4ea7\u54c1\u7684\u83b7\u53d6\u65b9\u6cd5&desc=WooCommerce\u5df2\u7ecf\u662fWordPress\u5e73\u53f0\u6700\u597d\u6700\u5f3a\u5927\u7684\u5728\u7ebf\u5546\u57ce\u63d2\u4ef6\uff0c\u5df2\u7ecf\u88abWordPress\u6536\u8d2d\uff0c\u66f4\u65b0\u901f\u5ea6\u6bd4\u8f83\u9891\u7e41\uff0c\u529f\u80fd\u66f4\u52a0\u5b8c\u5584\u3002

\u5728\u9891\u7e41\u7684\u66f4\u65b0\u540e\uff0c\u4e00\u4e9b\u5e38\u7528\u7684\u51fd\u6570\u90fd\u5728\u4f18\u5316\uff0c\u4e00\u4e9b\u5b57\u6bb5\u4e5f\u6709\u6240\u6539\u53d8\u3002Taji\u4e3b\u9898\u5728\u9996\u9875\u6709\u4e00\u4e2a\u6a21\u5757\u300e\u7f16\u8f91\u63a8\u8350\u2026&summary=&site=\u8428\u9f99\u7f51\u7edc"}>