As you can see by the photos we are having a blast here at WordCampFayetteville.
As you can see by the photos we are having a blast here at WordCampFayetteville.

<script type=”text/javascript”>function initMenus() { $(‘ul#accordion li ul’).hide(); $.each($(‘ul#accordion’), function(){ $(‘#’ + this.id + ‘.expandfirst ul:first’).show(); }); $(‘ul#accordion li h2.widgettitle’).click( function() { var checkElement = $(this).next(); var parent = this.parentNode.parentNode.id; if($(‘#’ + parent).hasClass(‘noaccordion’)) { $(this).next().slideToggle(‘normal’); return false; } if((checkElement.is(‘ul’)) && (checkElement.is(‘:visible’))) { if($(‘#’ + parent).hasClass(‘collapsible’)) { $(‘#’ + parent + ‘ ul:visible’).slideUp(‘normal’); } return false; …

WordPress 2.7 is nothing short of amazing. The WordPress team (and 150 others from the community) went back to the drawing board and redesigned the interface from the ground up. It’s absolutely beautiful, and a testament to great design and an amazing user interface. But it’s not just pretty, it’s awesome under the hood! Never…