Generate daily archive whenever any post type is added
Thanks to Milo I got some direction in debugging this. Basically only the post_type of ‘post’ was being used in the SQL query for the daily archive. We can hook into this with pre_get_posts (which I had used earlier by my function was too specific). The function on this page, tells wordpress to include all … Read more