Skip to content

Theme Template Files

Kees Meijer edited this page Mar 8, 2016 · 4 revisions

The date archives for custom post types use the same date archive template files as normal date archives.

Extra archive theme template files for use are date-{$post_type}.php and date-cptda-archive.php

The custom post type date archives theme template files are loaded in this order

  1. date-{$post_type}.php (date archives for a specific custom post type)
  2. date-cptda-archive.php (date archives for all custom post types)
  3. date.php
  4. archive-{post_type}.php
  5. archive.php
  6. index.php
Clone this wiki locally