Which archive page use custom post types?
Hey there,
In my child theme's function.php I registered a new custom post type. Now I wanted to set up templates for this post type with single-[post-type].php and archive-[post-type].php. So far that works. I just don't know where I can finde the standard archive page of the CPT in order to copy and edit the code as I want it to be. Can you tell me which template the CPT uses by default to display all posts?
cheers,
agry
Comments
you can check functions/meta-portfolio.php file and template-portfolio.php file.
Thanks!