I thought I better make some sort of post before you all think I’ve vanished. :P The truth is I’ve been busy trying to get the new version of The Attached Image sorted. I have decided to go for a complete overhaul of the plugin. One part included compressing 200 lines of code into about 21 lines, you might think that it’s not possible but I just found a cleaner & easier way to do something I did horribly the first time around. I guess the only way to improve is to do stuff the bad way first. :lol: It should be ready by the end of the month but I’m having a rest this weekend as I’ve been at it all week.

I thought I’d leave you with a little tip I didn’t know about WordPress & it’s template system. If you need a different template to be loaded for a page, it’s simple just make a page template & load it for that page. What if you want a different category or tag template loaded for a featured category or something like that? Well you can name your file category-catID.php replacing catID with the category ID and it will load that file for that category. From 2.9 you will also be able to use the category slug instead, it also works for tags too just replace category with tag. Very similar to drupal, and extrodinarily helpful for complicated site templates like the new site LisaMarieArt & I are working on for a client. :P

More soon. :)