WordPress 自定义帖子类型 每月存档

标签 wordpress custom-post-type

我有一个名为“press_release”的自定义帖子类型

我有一些帖子,查看它们使用“single-press_release.php”模板文件。这一切都很好,但是我想要一个仅针对此帖子类型的每月存档列表。

<?php wp_get_archives();?>

在我的 single-press_release.php 页面中显示此内容会显示标准博客文章的每月存档列表,而不是新闻稿,我该怎么做?

最佳答案

wp_get_archives 不适用于自定义帖子类型。检查此讨论:http://wordpress.org/support/topic/archive-list-and-page-for-custom-post-types-mysql?replies=9

关于WordPress 自定义帖子类型 每月存档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12304419/

相关文章:

php - WordPress:如何使用 $wp_query 按类别过滤帖子?

php - Uncaught Error : Cannot use object of type WP_Post as array

WordPress 从 URL 获取类别 ID

wordpress - 按分类定义自定义帖子类型的永久链接

php - 管理面板中 Wordpress Post 数组的奇怪问题

php - 将特色图片添加到自定义帖子类型

css - h1 :after badge not lining up properly

ios - 嵌入Youtube 360​​视频在iOS Safari中不起作用

wordpress - 如何在 the_content 之外使用 WP oembed 脚本

wordpress - 自定义帖子类型 slug 和永久链接问题 - SEO 和结构