I just tried to implement headlines for the first time in a site and using the sample code of Ryan's:
<?php echo $page->get("headline|title"); ?>
I definitely have headline field attached to the template and it's not empty, not sure why the title is getting used and not the headline?
Could a...