Change Archive Post Number for Custom Post Type

Modify the number of WordPress posts or custom posts to be displayed on a custom archive page by adding this filter to your functions.php file in WordPress.

  Change the number of “posts_per_page” to meet your specs, if you … Continued

Add custom posts types to wp_get_archives()

Wp_get_archives() controls the display of monthly archives, amongst other things. It may be important to display not only regular posts, but also your custom post types in your monthly archive pages. Add this code snippet to your functions.php file.

Continued