How do I render fields into a different region?
For example my Page content is appearing in the main CONTENT Region from the SUTRO layout.
It displays there because the "Main Page Content" block (the default one) is sitting in that region.
That is fine for the Majority of the page content,
but I want to render the Image above the page title and wrap styles classes around it via (probably) a tpl.php
How do I render the field to sit there?
I can see the "layout--sutro.tpl.php" allows me to adjust the layout, but I can't figure out what PHP to write in it to render these fields?
I can get the fields to render inside this page: "node--page--full.tpl.php"
But that only controls content after the Title and Main column has already been rendered via something else (probably the "layout--sutro.tpl.php page..?)
Can anyone show me what code I need to write, and in which document to do this?
ah interesting, I will have to try that out, thank you.