Category Archives: Development Notes

Mega Menus redux: Integrating with WordPress navigation

megamenuIn a previous post, I explored a method whereby “mega menus” could be added to a Thematic-based WordPress site, replacing that framework’s standard jQuery dropdown menus. Mega menus are essentially a dropdown content panel that can have multiple columns of navigation link lists, styled headers/category groupings, etc. — essentially anything you can define as web [...]

Read More »

Posted in Development Notes | Tagged , , | 5 Comments

Creating a thumbnail index page from child pages

indexpageOne of the features of my latest project, Contempora Corner, was the creation of a custom page template that is used as an visual index page for a specific category of content. These are essentially landing pages with links to all of the respective child pages. I try to organize sites to not use these [...]

Read More »

Posted in Development Notes | Tagged , , | 2 Comments

Rebuilding Thematic Feature Site with the_post_thumbnail

feature-siteAnyone who’s stopped by this site more than once in the past year knows that it’s been in a constant state of change as I try out new functions, plugins or other functionality. That said, I’m really hoping to stabilize things on the back end and move most of my scratchpad work to a test [...]

Read More »

Posted in Development Notes | Tagged , | Leave a comment

Custom functionality in tabbed widgets

tabbedI recently made a number of updates to a client site that I’d done last year. Part of the initial design of this particular site called for a number of tabbed “widgets”. However, when the site was originally implemented, I was not able to find a suitable tabbed interface option within the library of WP [...]

Read More »

Posted in Development Notes | 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