get_archive_template [ WordPress Function ]
get_archive_template ( No parameters )
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_search_template, get_page_template, get_home_template, get_date_template, get_paged_template
Retrieve path of archive template in current or parent template.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get archive template « WordPress Codex
Description. Retrieve path of archive template in current or parent template. Usage. <?php get_archive_template(); ?> Parameters. None. Return Values ...
codex.wordpress.org - #12974 (Add support to get_archive_template() for custom content ...
Relevant to #12105. It would be great if custom content types could have their own category page templates. Why? Primarily because if I have a custom content ...
core.trac.wordpress.org - get_archive_template() WordPress function reference, arguments ...
function get_archive_template() { $post_type = get_query_var( 'post_type' ); $ templates = array(); if ( $post_type ) $templates[] = "archive-{$post_type}.php"; ...
queryposts.com - 常用函数-get_archive_template() | WordPress啦!
常用函数-get_archive_template(). Kage 星期三,2009/04/22 17:19 0条评论. 常用 函数-get_archive_template(). 说明. 在当前模板或父模板中检索存档模板路径. 用法 ...
www.wordpress.la