I made a custom field for a shorter version of my posts' title called short_title. Problem is getting it to appear in my post just comes across with fatal errors. I've tried a number of approaches but nothing seems to click. Here's my latest:
<?php echo get('short_title'); ?>
That just brings up a fatal error. So how can I display it?