How can I add a post archive to a template file in my custom theme that displays posts in a monthly calendar view like shown in the twenty ten theme screen shot?
/
Do I use wp_get_archives with "daily" and the style it in to rows and columns? But i'd also like to show days without posts as non-linked days...
Many thanks
How can I add a post archive to a template file in my custom theme that displays posts in a monthly calendar view like shown in the twenty ten theme screen shot?
https://wordpress.org/themes/twentyten/
Do I use wp_get_archives with "daily" and the style it in to rows and columns? But i'd also like to show days without posts as non-linked days...
Many thanks
The Twenty Ten screenshot calendar UI in the screenshot comes from WordPress core's Calendar Widget. Though the main crux of the widget display comes from the get_calendar()
function, which is actually responsible for the output of the calendar itself.