custom post type index page
If you have: register_post_type( ‘my_custom_post_type’, $args ); And you need a custom page to displays all entries from this custom post type, you have to create: archive-my_custom_post_type.php. But if you don’t need a custom page, wordpress will use archive.php to display you custom post type archive. If you only need to customize the entry page, … Read more