Stop Twitter Spam is using the T1 theme. Check them out, and be sure to contribute your thoughts on how to Stop Twitter Spam.
A special thanks to Mike for the generous donation!
Stop Twitter Spam is using the T1 theme. Check them out, and be sure to contribute your thoughts on how to Stop Twitter Spam.
A special thanks to Mike for the generous donation!
AustinWilliams using the T1 theme and already has some nice custom styles.

Thanks to João Craveiro for pointing out a possible problem with the daily archive links structure.
I haven’t heard of anyone having problems with it, but let me know what you think. I may need to modify the link (along with everything else I need to do) for the next version of T1.
The per day dates link separating your posts seems to be a bit fragile depending on what type of permalink structure you have.
Here’s what T1 has now:
<div class=”posted-date”><h2><a title=”Permanent link to <?php the_time(’F j,Y’); ?>” href=”<?php bloginfo(’url’); ?>/<?php the_time(’Y/m/d’); ?>”><?php the_date(”,”,”); ?></a></h2></div>
João Craveiro came up with this alternate way of calling the daily permalink:
<div class=”posted-date”><h2><a title=”Permanent link to <?php the_time(’F j, Y’); ?>” href=”<?php echo get_day_link(get_the_time(’Y'),get_the_time(’m'),get_the_time(’d')); ?>”><?php the_date(”,”,”); ?></a></h2></div>
This seems to work great on his site, and it makes sense in the way it’s calling the permalink.
Let me know what you think about the change or if you see any problems with it. I’ll probably be incorporating this into a new T1 version to keep all your tumblelogs running efficiently.
I’ll package these as an update soon, but if you want to make these changes on your own (because you’ve modified the theme to fit your needs) here they are.
First of all, there is a problem with images larger than 500px breaking the display in Internet Explorer 6 and earlier. The culprit is of course IE, but more specifically the fact that IE6 and earlier doesn’t recognize the max-width property (which is what I used in the style sheet). Larger images will expand your “Wrapper” forcing the content outside of the background image.
The solution I’ve found to work is using this line of code:
img { width: expression(this.width > 500 ? 500: true); } /* fix for ie6 not recognizing max-width */
I’ve heard that other browsers will skip this, and therefore only the IE6 and earlier will obey this code. If that’s the case, you can just plug this code into your custom style sheet, or link to an extra style sheet just for IE6 (which is what I personally like to do - just in case).
Another solution would be to size your images down below 500px before using them on the site.
Pick the solution you like the best, and when I get a few free minutes, I’ll package this into an update for future T1 users.
Enjoy.
Thanks to Damien you can now make a donations to support the T1 theme - check it out over at the download page.
Riley Central is now using the T1 tumblelog theme with some nice changes and added category styles
I love the way smartArchives displays the archives of your blog. I’ve set it up on my site at the bottom of the page - just before the sidebars.
Following the instructions on the plugin page makes it pretty easy to set up, but here is what I did in case you’re curious. Read More
T1 comes with two Page Templates. The Archive template displays a category archive, and the Tag template displaying a simple tag cloud.
Here is how to set them up.
Go to Write>Write Page
Name your page Archives
Now give it the page template “Archives Page”
Publish the page, and it will automatically show up in the menu displaying your archives. Set up the Tags archive the same way using the “Tags Archive” template instead.
That’s it.
So you want the latest and greatest T1 theme? Follow these easy steps.
custom.css fileThat is it. If you need more help check out the setup page or visit the T1 forum.
T1 Version 2 is out for download. This fantastic tumblelog theme now supports WordPress tags.
To use the tags, just add them to your post and T1 will take care of the rest.
Go download the theme, and keep tumbling.
Click Here to find out how to update your T1 theme from a previous version.
Click Here to find out how to set up your Archives and Tags pages.
I’ve been working on incorporating the new tags feature of WordPress 2.3 into the T1 theme. Because of the nature of T1 as a tumblelog theme, tags are a great feature for categorizing content.
The categories will still create different styles for the posts, and the tags will give it the categories.
Here is a look at what to expect in the next release of T1 which will support tags:
Here is a shot of a site using a customized version of the T1 theme.
from http://twigged.net/
Visit the T1 forum to show off your site using T1