In contrast to ‘normal’ blogs, which often have a long list of posts, photoblogs usually just display one photo on each page, using links to navigate back through the archives.To achieve this, first set ‘Show at most 1 posts’ under reading options. You will now get only one post displayed on each page. However, we want the archive pages to display more than one photo. To do this we need a plugin that will allow you to specify a different number of posts to be shown on different page types.Download, install and activate the Custom Query String plugin.The following settings will display all relevant photos for a category or month archive. If you want to display a set number, you can specify that here instead.is_archive Show -1 posts per page, ordered by date DESCis_category Show -1 posts per page, ordered by date DESCis_month Show -1 posts per page, ordered by date DESCIf you intend to use Ultimate Tag Warrior to display your photos listed by tag, you need to first edit ‘custom-query-string.php’. Around line 52 you should find the following line. You need to add ‘is_tag’ to the end of the list as shown.var $conditions = array(’is_archive’, ‘is_author’, ‘is_category’, ‘is_date’, ‘is_year’, ‘is_month’, ‘is_day’, ‘is_time’, ‘is_search’, ‘is_home’, ‘is_paged’, ‘is_feed’, ‘is_tag’);You can then add the setting:is_tag Show -1 posts per page, ordered by date DESCStage one complete. Have a slice of cake.

Where did you adjust your header? I am wanting to expand mine so that it is a little larger, but I can’t figure out where you adjusted your height!