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
WP Maintenance Mode and Contact Form 7
Just a really quick post to say that I’ve wasted about a day trying to get these two plugins to work together and just can’t do it. An epiphany last night: just create a separate WP install with a very simple theme that shows a holding page with a contact form, then switch between the […]
WP-Newsletter Activation Causes Wampserver to Crash
Having paid for wp-newsletter, I’ve just spent three hours trying to get it to activate from the WordPress admin panel. When I first tried, I simply got a 404 error page and a Microsoft Windows (I’m on Vista 32bit Ultimate using Wampserver 2.0i) notification that Apache had crashed with the following details: Problem signature: Problem […]
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” /> […]