A Page Template that shows the Page’s content at the top, and then displays a list of archive months and categories below it. This is designed to work with WordPress’s Default theme (aka Kubrick), but will probably work with many other themes with a little modification.
Save this to arc-cont.php:
<?php
/*
Template Name: Archives with Content
*/
?>
<?php get_header(); ?>
<div [...]






