Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试找到一种方法来向 woocommerce 中的每个产品页面添加两个链接
一个链接将用户发送到下一个产品,一个链接到上一个产品,但我想不出一种方法来实现这一点。有没有人这样做或知道怎么做?
在做了更多研究之后,以下简单的解决方案解决了这个问题:
<?php previous_post_link('« %link'); ?> previous product <?php next_post_link('%link »'); ?> next product