For the fireman in all of us

bikini-car-wash-nozzle

Because I don’t want to be accused of catering only to the website constructors here (all two of us), I offer this firehose-inspired nozzle (heheh, I said “nozzle”) for all of us.

Memory Hole

Tired of seeing this? Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) Open wp-config.php, scroll to the bottom. Where you see this: /** Sets up WordPress vars and included files. */<br /> require_once(ABSPATH . ‘wp-settings.php’); change it to this: /** Sets up WordPress vars and included files. */<br /> [...]

Sibling Selectors

While I don’t foresee a need for contiguous sibling selectors, I do dig the existing sibling selectors.

Replace the surfer dude 404

/* Custom 404 Hooks */ function custom_thesis_404_title() { ?> Error 404: Page or File not found. < ? } remove_action(‘thesis_hook_404_title’, ‘thesis_404_title’); add_action(‘thesis_hook_404_title’, ‘custom_thesis_404_title’); function custom_thesis_404_content() { ?> <p>It appears you’re trying to access a page that has moved or no longer exists.</p> <p>Please return home and begin your journey anew.</p> < ? } remove_action(‘thesis_hook_404_content’, ‘thesis_404_content’); [...]

Wootube

It’s that time again!! Here are 30 odd images of rescue dogs from the last 12-18 months that have come through TDBCR’s doors. We try to put out a calendar every year – some years we hold a submission and voting contest, but I didn’t get it together to do that this year. Instead, I [...]

Feature Box with single post from designated category

Sometimes you need to throw something up front and center for all the world to see. Leave your pants on, Mazz, I’m talking about blog posts. /* populates feature box with latest post excerpt :: change category name to taste*/ function featurecontent() { ?> <div id=”my-feature-box”> // start loop with query for specific category of [...]