July 2009
4 posts
3 tags
Two- Column Layout?
If I were to offer a two-column layout of this theme with a sidebar, but asked you to pay for it, how much would you pay? Or would you even want it?
Of course I’m thinking iPhone app prices here, not Tumblize prices.
3 tags
Bug Fix: Embedding Flickr Photos
I just realized that I forgot to upload the most current javascript file when I last updated the theme. This means that if you tried to embed your Flickr photos the way the How To explains, your photos wouldn’t show up on your blog.
I fixed this and updated the theme file in the theme garden, but it could take a few days to go through (they are almost as bad as Apple up there).
Anyway, if...
3 tags
3 tags
Photosets, or just another update
I just added updated the theme code to inculde Photosets. Until the changes are approved, all you have to do for now is add this line of code inside the {block:Posts}{/block:Posts} tags:
{block:Photoset}
<p class="object">{Photoset-500}</p>
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
{/block:Photoset}
That is the exact code I added to the theme...