So…I haven’t posted for a while, but here I am in the snow in Austria on holiday with the Woothemes crew! Check out more of our adventures at the Woo on the Slopes site. For now, here’s a pic or 2
Posted on : 04-12-2009 | By : jeffikus | In : Development, WordPress
0
I’ve been thinking quite a bit about it recently and the more I do, the more the thought becomes ingrained in my mind: Code is Beautiful.
I find myself sometimes marveling at the structures of well written code…neat indentation and clean and clear, self commenting markup, but more than that…a certain eloquence about how some functionality is written – that really gets me excited. I really enjoy looking deep into the heart of some code and seeing what it really is about….seeing a glimpse into the writers passion and emotions….
So recently I had to implement 2 sets of sites using WordPress Mu (multi-user) and one of the requirements (for both sites) was to be able to domain map the sub-sites, much like you can do on WordPress.com for a fee. So I went about prototyping this and managed to get it working!
So I thought I would share my joy with a quick guide, because it was great to see it actually work!
What do you need…
Posted on : 06-11-2009 | By : jeffikus | In : Development, PHP, WordPress
1
Found this awesome WordPress Cheat Sheet. I found it very useful…
I was working on a project last week and needed to use the categories in WordPress to seperate content, but also needed to provide an RSS Feed of only one of the 2 categories. So I did a quick Google – because I figured someone else has probably done this before – and sure enough I found this :