Page with only archive entries?
-
Awhile ago I had a page, called it my notebook, and it only had a listing of the months of entries on the left, and the categories on the right. I can’t seem to remember how I did this and am coming up empty on search.
It seems like I merely want to display archives.php, which has this in it:
<h2>Blog entries by Subject:</h2>
-
<?php wp_list_cats(); ?>
<h2>Blog entries by Month:</h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
those are the two things I want, but how do I get a page I can link to, to do that?
Thanks
Tom
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Page with only archive entries?’ is closed to new replies.