当我的客户访问商店时,我只想显示在他们的个人资料中添加了某些信息的产品。
如何有条件地展示产品?
答案 0 :(得分:1)
由于WooCommerce商店页面使用全局WP_Query,因此我会尝试使用pre_get_posts
钩子。
https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts
您可以使用is_shop()
https://docs.woocommerce.com/document/conditional-tags/