archives-for-custom-post-types
archives-for-custom-post-types copied to clipboard
Post Type in archive
You mentioned the following steps for 'archives-for-custom-post-types'
- Upload
archives-for-custom-post-types.php
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php wp_get_archives_cpt( 'post_type=custom_post_type' ); ?>
in your templates My question is in which template I should put step Number 3?I put it in function.php and it prought my site down!!!