Hi Justin,
I want to change the look of the archive page (date.php) as I use a drop-down widget for visitors to select past archives in Month yyyy format. I am using a copy of the month.php in my child theme to do it.
In terms of what I want to do:
1. Display the entry as the limit_content() function output not the excerpt for each of the posts (using my limit_content() function).
2. Use my thumb.php script to round and resize thumbnails for each of the posts - calling my resize_thumbnail() function.
3. change title layout to 'Month yyyy Archive.'
What I want to ask:
Is it better to add filters or actions to functions.php to do this?
Or shall I stick to using month.php as I am familiar with the way I modified category.php for my needs.
Thx
Indi