custom archive page
-
Hey
So I’ve made some custom archive pages by copying the theme’s page.php and adding this code:
<p>Categories:</p>
<ul class=”bycategories”>
<?php wp_list_categories(‘title_li=’); ?><div class=”clear”></div>
What I want to do is customize these two archive pages so that one of them (video archive) shows thumbnails of a video to represent each sub category, and once the sub category is selected, I’d like that to show thumbnails of each of the videos in that sub category instead of a list with the stretched image like on home page.
My other archive (writing archive) should just be a simple list of the relevant posts.
I know this might be a complicated change to make, but any pointers in the right directions would be welcomed.
Cheers
R
The page I need help with: [log in to see the link]
- The topic ‘custom archive page’ is closed to new replies.