Calling all people with multiple blogs...
How do I get MT to update my "photos" skin when I upload a new picture the photoblog? Do I have to rebuild my header every time?
Thanks!
How do I get MT to update my "photos" skin when I upload a new picture the photoblog? Do I have to rebuild my header every time?
Thanks!
Make sure you have a index template in your photoblog that is storing the last 7 pictures and then use php to include it into the skin file. That way, when you save a new picture, the photoblog will rebuild that updates template, and because the php snatches the newest file from the server, your skin will automatically update.... does that help?
Boy, I had this great explaination all set ... and now I'll just say, "Yeah! What she said!" I create a thumb.php template in my photo blog. It is just the code for the last 10 images. Over at BPC I include the PHP file. Viola! Photos!
Ohhh. I get it. I'd used MTOtherBlog to get the pics from this one. I'll fix it up tonight.
Thanks, ladies!
Oh yeah, the problem with MTOtherBlog is that it doesn't automatically rebuild. But since you have PHP enabled now, you might as well take advantage
Yay! I got it all working. Thank you so much for your help!