
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.
wordpress, genesis framework, types & views, and assorted nonsense

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.
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 /> [...]
While I don’t foresee a need for contiguous sibling selectors, I do dig the existing sibling selectors.
/* 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’); [...]
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 [...]
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 [...]
Copyright © 2012 · Genesis Framework · WordPress · Log in