Interview with a Princess

So, a few weeks ago I had the great opportunity to chat to Josh Kinal and the gang at The Nudge Melbourne about the relationship between designers and developers. If you’re interested in such things, and perhaps curious what an Australian Kiwi accent sounds like… well, you can check it out here…

http://thenudge.com.au/episode5/

Before the interview I had put together a few thoughts by way of a wishlist from devs for designers on slideshare too… wade in with comments if you’ve anything to add or you think I got it horribly wrong! All (reasonable) opinions welcome!!

WordPress Template Hierarchy

Screenshot_29_05_13_6_28_PM

If you’ve spent any time at all working with WordPress themes you’ll have no doubt found yourself navigating the dark corridors of the WordPress Template Hierarchy.

It took some time for me to get my head around which file to create when I’m making custom templates and the WordPress Codex has been invaluable in terms of figuring out what to put where.  The Codex’s diagram and my handy dandy little template code snippet that prints out which template I’m looking (below) at have been my ‘go to’ resources.

I came across a couple of alternatives today that I love!!  Thought you’d like to check them out too…

Freebie Social Media Icon Menu

social_sprite

There are a few blogs I follow pretty closely, and one of them predictably is Brian Gardner’s (predictably because he’s behind Genesis and I’m a bit of a fan). A while back Brian put together a tutorial about making a social media icon menu – I took it on board, I like rolling my own [...]

Customize Meteor Slides with Advanced Custom Fields

WordPress › Meteor Slides « WordPress Plugins

I’ve spent a large block of time recently working on a project for a new client, intent on proving just how slick it is to build sites from a really solid, clean, FAST platform (Genesis – affiliate link). BUT I found myself stuck on an issue with the front page development and realised just how much of a handicap it can be when you get so welded to a ‘way of doing things’ that you forget just what else is out there.

Here’s the problem.

The site needs a paginated, slideshow for the front page (ok, not much of a problem, every site on the Internet*, has one of those…) whose images link to a specific URL and in which you can include a heading and descriptive text.

Using Gravity Forms to Create Custom Post Type Entries

Edit Forms ‹ Oxygen Factory — WordPress

I was approached by a client recently who wanted a solution to display captured data on their website in the kind of way you’d need to do if you were creating an online petition and wanted to display signatories. In this case the client is creating a pledge form and simply wanted to create a page that lists the names of the pledgers, their age, city, state and country.

I googled around to find a solution and in the course of all of that I discovered that you could use Gravity Forms (and a handy dandy plugin) to create Custom Post Type entries. In its simplest setting, you create a form on your page and map the form so that it creates the post entries that we can then display in an archive template which regurgitates the relevant data and displays it in a list. It seems like the kind of thing other people might be interested in doing as well… here’s how I pulled it off.