Reputation: 13910
I'd like to display
archive.php
and
archive-custom.php
is it possible?
Upvotes: 0
Views: 136
Reputation: 16019
If you look at the template-hierarchy, I'm sure it is possible:
http://codex.wordpress.org/images/1/18/Template_Hierarchy.png
Following the hierarchy convention, it should be:
category-x.php
-> is automatically used for that categorytaxonomy-y.php
-> is automatilally used for that taxonomyarchive.php
will be used for News if no more specific template is
available.Upvotes: 1