List page for custom post type?

I think you want to create archive page for custom post type, create archive-{post_type}.php and it’ll display you custom post type content.

Also see codex: http://codex.wordpress.org/Template_Hierarchy#Custom_Post_Types_display

Leave a Comment