如何获得自定义帖子类型存档页面的链接? [WordPress的]

时间:2013-06-16 21:10:09

标签: wordpress loops custom-post-type

我有自定义帖子循环,在底部我想添加“查看全部”链接,该链接应该指向包含该类型所有帖子的页面。

我能想到的唯一解决方案是为帖子类型设置一个模板页面并对其进行硬编码,但我希望有一个更优雅和动态的解决方案。

我已经检查了Codex,但似乎没有任何功能可以解决这个问题。

由于

Bojana

2 个答案:

答案 0 :(得分:5)

如果get_post_type_archive_link()返回false,请确保在使用has_archive => true时使用了参数register_post_type()

答案 1 :(得分:2)

我相信你正在寻找这个get_post_type_archive_link('post_type');。更多信息:http://codex.wordpress.org/Function_Reference/get_post_type_archive_link