Movember 2010

Help me to support Prostate Cancer research by sponsoring my Mo, here: http://uk.movember.com/mospace/21137/ Movember 2010 – Day 1 – clean shaven Movember 2010 – Day 7 – tired but starting to take shape Movember 2010 – Day 12 – starting to really stand proud now

WordPress 3 Custom Menu Support in Thematic

More thematic child theme functions goodness 🙂 Having read the comments on this page: http://themeshaper.com/wordpress-menu-tricks/ I couldn’t find a definitive copy and paste guide – looks like the HTML and PHP tags were being stripped out. So, leaning heavily on Tony L‘s work (thanks Tony!), here is a copy-paste-edit example. Simply add this to your […]

Product Review: SEC AnyWhere Lights

Solar-powered LED lights. Yawn. Seen them everywhere: home improvement stores, fuelling stations, supermarkets, pound stores and don’t even talk to me about eBay (3,200 listings when I checked). Background In theory, solar-powered LED lights make a lot of sense. LEDs consume very little power so even a small solar panel can keep enough charge in […]

Easy Thematic Favicons

Continuing with my modest efforts to post some useful Thematic/WordPress snippets, here’s some code to provide favicons for WordPress sites using Thematic child themes. Simply add this code to your child theme’s functions.php page: // Add favicons to the child theme function childFavicons() { ?> <link rel=”icon” type=”image/png” href=”/wp-content/themes/childtheme/images/favicon_16x16.png” /> <link rel=”icon” type=”image/png” href=”/wp-content/themes/childtheme/images/favicon_32x32.png” /> […]