Alright, this one is somewhat minor, but its the first one I am doing today, and its still a very good accomplishment.
Well, I came up with a solution to have a different header image for each page, it seems a lot of people kinda struggle with this… but the solution was quite simple, I just closed off the header div in the index.php file, instead of the header.php file.
so now, for each new header, I just have to write a new template, that links the header that is the same size, then assign that template to the new page.
now, this kinda defeats the purpose of having multiple files for your index file (header.php, sidebar.php, etc), because one is merged with the other a little bit… but I don’t think it really hinders that much, and for what I am getting, (more control over templates, now I can edit the header with templates
) it couldn’t be more worth it.
so I will keep you posted… if you see things going weird on the site, its because I am screwing with the idea of categories. (my next project)
Trey.

