wordpress custom post type
        Posted  
        
            by codedude
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codedude
        
        
        
        Published on 2010-05-28T16:29:58Z
        Indexed on 
            2010/05/28
            16:31 UTC
        
        
        Read the original article
        Hit count: 390
        
Wordpress
|custom-post-type
So I've just made a custom post type for my wordpress theme named "Products". When I create a new post in it and view it, the link is something like this:
"http://localhost/wordpress/product/a-product-title"
This page views as expected but when I try to go to the supposed parent page:
"http://localhost/wordpress/product/"
I get a 404 error page. Is there a special template I need to make to view this page?
Thanks
© Stack Overflow or respective owner