Here are a bunch of links to pages where people discuss implementing Isotope in WordPress. Using Isotope.js to make a filterable WordPress portfolio ISOTOPE.JS FILTERING WITH WORDPRESS CATEGORIES A BETTER WAY TO IMPLEMENT ISOTOPE IN WORDPRESS JQUERY ISOTOPE PLUGIN ON WORDPRESS – HOW TO GET ISOTOPE WORKING The Bedroom Wall example
Interesting or valuable WordPress website tools & services
CSS Pie – CSS3 for old browsers Sucuri – Website security
WP Admin Custom Post Type sort order
This is a function to do it easily: This might be better: http://scribu.net/wordpress/custom-sortable-columns.html
WordPress select menu navigation for mobile sites
The first option is to follow both of these untried tutorials: http://www.xldstudios.com/generating-select-menu-in-wordpress/ http://www.xldstudios.com/javascript-snippet-go-to-site-selected-in-drop-down-menu/ The second option is to try this amazing plugin. http://wordpress.org/extend/plugins/dropdown-menus/
WordPress – Custom Taxonomy Breadcrumbs
Taken from: http://www.free-php.net/780/wordpress-custom-taxonomy-breadcrumbs/ While developing a theme that uses custom taxonomies and custom post types, I ran across the need to include breadcrumb navigation to the custom taxonomies. After a couple of days of searching around and not finding any real solutions, I ended up creating my own function to do it. Simply copy this to Full Article…