Display all custom post types in archives.php

How would I do this?
archive.php only has this:

wp_get_archives('type=monthly');

And wp_get_archives() does not have a parameter to display all post types.

Read More

Also I think archive-[post_type].php is not the one I am looking for since I want all post types to be displayed in one archive page.

Thanks!

W

Related posts

Leave a Reply

1 comment