My Posterous Theme for Free Download

I have been ask by several people for my Posterous theme. I have decided to release it for free under the GPL license.

Download

It supports custom colors and pages.

To install:

  1. Download and unzip page from link above.
  2. Open up twitter-sidebar.html and replace line 41 with your Twitter username.
  3. You’ll then need to upload this file to a webhost or to your Dropbox public folder for hosting.
  4. Open up theme.html and replace line 870 with the location to twitter-sidebar.html.
  5. Copy the contents of theme.html into your Posterous Themes under Advanced
  6. Then Save

Please let me know your feedback.

Using CSS Frameworks with Thematic

Out of the box the WordPress Thematic Theme Framework has several bullet proof css layouts. Sometimes though a project requires a different layout or css.   I recently had a project where I needed to use the YUI CSS Framework. I was able to shove all my code in via Thematic hooks without touching Thematic’s source code. Some people might say this is divitis to the max , which is true, but for the project the benefits out weighed the extra weight of the page. Using this method below you can easily add 960 Grids, Blueprint, or whatever CSS framework you’d like. First in the your child theme’s style.css import you theme’s css framework like you would the out of the box layout styles.

[css] /* Reset browser defaults and Grids*/ @import url(‘http://yui.yahooapis.com/combo?2.7.0/build/reset-fonts-grids/reset-fonts-grids.css’); [/css]

Next we start diving into Thematic’s source code to find the hooks and where we need insert code. So as you can see below I start adding code into these hooks on our child theme’s functions.php file. I don’t recommend using my function naming convention , but I got lazy :) . So with my example all I have to do is change the class on line 3 and I can easily change my layout. Depending on which CSS Framework you use and your layout will depend on which hooks you use. Just start going through the source code and figure out how to start wrapping current elements with your css framework. Also you can use the add_action priority and remove action to do anything you want. If you want to use YUI feel free to use the code below. View my source code on this theme to see it in action. 

Controlling Sidebars in Thematic

I started using Thematic a couple of weeks ago and have absolutely fallen in love it with. Mucho hooks and filters, which is key to customizing just like WordPress.

I needed a way to control the primary and secondary sidebar and which pages they would show up on without a plugin [Widget Logic] . After digging through the Thematic code and finding this awesome breakdown of Thematic. I discovered that I could shove some logic code in the Thematic hook ‘thematic_abovemainasides’. In fact you can shove the code in other Thematic hooks to control any Thematic widgetized area.

The code below shows the secondary sidebar only on the blog page and single pages, all other pages show the primary sidebar.

Twordder

Description


Twordder is a Twitter inspired WordPress theme. My current theme is an example. Features Include:

  • Custom Background, Sidebar, Text, Links,and  Sidebar Border Colors
  • Automatically pull color palettes from ColourLovers.com
  • Custom Background Image
  • Custom Logo
  • Custom Page Width
  • Left or Right Sidebar
  • Customize Sidebar Width
  • Rounded Corners in Firefox, Safari, and iPhone
  • Drop Down Menu Support
  • Facebook Connect Support
  • Threaded Comments
  • Gravatar Support
  • Microformats
  • Sticky-Post Class Support

Download


Version 1.4 – Download