Remove sidebar

Add this function to functions.php to remove the sidebar from a Thematic child theme (either globally or conditionally): // Remove sidebars from feature template function remove_sidebar() { // We test if we are on the page template 'Feature' if (is_page_template('feature.php')) { // Yes, we are .. now we switch off the sidebar return FALSE; } [...]

Read More »

Posted in Code snippets | Tagged , | Leave a comment

Adding Mega Menus to WordPress

megamenuWhat does it take to replace the jQuery dropdown menus in the popular Wordpress framework, Thematic, with a multi-category, multi-column "mega menu" structure? Part 1 of this topic examines a possible jQuery-based solution and outlines some basic integration choices.

Read More »

Posted in Development Notes | Tagged , , , | 5 Comments

Why your meeting request just ruined my day

OutlookCalendarA coworker passed along a link to an interesting article, "Maker’s Schedule, Manager’s Schedule", yesterday. Essentially the author identifies two ways of approaching the schedule of a working day, which he calls the manager’s schedule and the maker’s schedule.

Read More »

Posted in Articles | Tagged , , | 1 Comment

A “fix” to PhatFusion’s Image Menu script

imagemenuI’m using phatfusion’s Image Menu script on a new client project. It’s a pretty cool script, using a set of images to build a horizontal menu that expands and collapses as you rollover each image.

Read More »

Posted in Development Notes | Tagged , , | 20 Comments

Converting a Typepad blog to WordPress

wpA recent client launch involved moving a blog from Typepad to Wordpress, including everything from content to site design. While the latter was relatively trivial to rebuild, I would not have been able to convert the content without a set of instructions found on foliovision’s website.

Read More »

Posted in Development Notes | Tagged , , | Leave a comment
  • I’m not God — just a guy!

    My name is ElShaddai Edwards. By day, I'm an information architect for an interactive agency and by moonlight, a freelance web designer. I've been building websites for the past five years, with a current focus on leveraging Wordpress as a robust engine to deliver all the functionality and content that you need.

    Born and raised in Homer, Alaska, I now live in the Minneapolis metro area with my wife and two sons. And while my first name means "God Almighty" in Hebrew, I'm really just a guy!