【发布时间】:2014-10-24 02:31:12
【问题描述】:
我正在使用此代码,但一旦我点击下一篇文章/上一篇文章链接,我将被重定向到不同类别的下一篇文章/上一篇文章
previous_post_link('%link', 'Prev post in category', $in_same_term = true);
next_post_link('%link', 'Next post in category', $in_same_term = true);
我正在尝试使用这篇文章来解决我的问题http://codex.wordpress.org/Function_Reference/next_post_link
谢谢
【问题讨论】: