カスタム投稿ポストのアーカイブページURLのメモ。
カスタム投稿タイプ名がexampleとする。
パーマリンクの設定に関わらず下記URLはexampleのアーカイブページを表示する。
http://www.example.com/?post_type=example
個人的に下記パーマリンクをよく使う。
/%category%/%post_id%.html
このときは下記のURIでもアーカイブページを表示する。
http://www.example.com/examle
get post_type_archive_linkでURLを取得できる。
get_post_type_archive_link( 'example' )
» Function Reference/get post type archive link « WordPress Codex
No comments yet.
改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。