As is usually the case with Wordpress, the Magento/Fishpig Wordpress installation doesn't seem to support shortcodes with custom fields. I therefore needed to use something like the below to allow the appropriate filters:
```
$content = Mage::helper('wordpress/filter')->process($_field['open']);
```