どのようにこれをしますか? archive.php
にはこれしかありません:
wp_get_archives('type=monthly');
そしてwp_get_archives()
は全ての投稿タイプを表示するためのパラメータを持っていません。
また、すべての投稿タイプを1つのアーカイブページに表示したいので、archive-[post_type].php
は私が探しているものではないと思います。
ありがとうございます。
W
カスタム投稿タイプに適切なパラメータを設定した場合は、
'has_archive' => true // Will use the post type slug, ie. example
// or
'has_archive' => 'my-example-archive' // Explicitly setting the archive slug
http://codex.wordpress.org/Function_Reference/register_post_type