Im very new to Drupal so im hoping this is an easy one.
I have been given a template to cut up and import into Drupal 7.
I want the user to add as many images as they want for each specific page so i have enabled unlimited image fields on the 'manage display' in the 'Basic Page' content type.
So far this is perfect, it allows them to choose a bunch of images that they want attached to the page.
The part im having problems with, is that when i view the page, its showing along with the body content.
The template i have, puts the images at the very top of the HTML and the body content at the bottom of the HTML.
Im using
<?php print render($page['content']); ?>
in my page.tpl.php file.
Is there any way to drill down further so it will only display the 'body' in one part of the template, and then a loop to display the images on another part of hte template?
Any help would be great, i have been battling this for hours now.
Cheers,