How to display CPT archives?

Is the cooking blog under a CPT? In your CPT definition there is an argument to enable archives.

See http://codex.wordpress.org/Function_Reference/register_post_type under “has_archive”

That value will need to be set to true. After that, the CPT will be available at example.com/cpt-slug-here

If you want to change that, you can set the value by overriding the rewrite argument. See the link above for more info. In this case, it would be 'kieffers-cooking-blog'