Handgloves 1.2 is Coming

Handgloves 1.2 is Coming

I can only divulge a few details, but prepare yourself for widgets in the sidebar and finally support for tags in the post’s meta data. Don’t take my word for it, check the screenshots! NOTE: The look of both these will most likely change before 1.2 is available.  More updates to come!

Read More

Handgloves v1.1

Handgloves v1.1

Hey everyone, I have some good news.  I have been working with George Wiscombe to get a new version of Handgloves released.  3 months behind schedule, he was more than happy to receive my help. We merged the changes from my earlier post, and added a few others. New in Version 1.1 Admin menu to change elements! (developed by Jeremy Boyd) jQuery Masonry Comments (developed by Jeremy...

Read More

WPMU Recent Posts

WPMU Recent Posts

Hey guys, I just finished a WPMU plugin that brings back recent posts from across the blogs on your site. When called, it returns a JSON object, or straight, no-style XHTML. var jsonFeed = <?php $maxPosts = 15; $dateFormat = 'l | M jS, Y'; $feedFormat = 'json'; // can be 'html' also recent_posts($maxPosts, $dateFormat, $feedFormat); ?>; This will pull back a feed looking like...

Read More

Handgloves2 – Handgloves with Theme Options

Handgloves2 – Handgloves with Theme Options

As I mentioned in a previous post about my favorite WordPress themes I love the Handgloves theme, but I have a few problems with it (like haven’t to manually edit the navigation file. I have taken it upon myself to add in an Options section in the admin for it. You can download the theme here.  If you notice anything wrong with it, let me know. Handgloves2 – Download...

Read More

Cross Domain Timthumb.php

Cross Domain Timthumb.php

This version of Timthumb should work out of the box with WordPress, but it was developed for MU.  I wouldn’t mess with doing relative paths, because this script is highly edited for MU. Calling it with fully qualified URLs (starting with http or https) will work without a hitch. Cross Domain Timthumb – Download...

Read More

Timthumb For MU

Timthumb For MU

Working for a client recently I had to convert a bunch of WordPress themes to MU themes.  It is usually a VERY simple task, taking around 10 minutes for each theme, until I looked a these themes.  To my surprise they were themes from the very same site as the theme I use ElegantThemes. I am familiar with how to customize these themes for regularWordPress, but MU isn’t regular WordPress,...

Read More