I'm new to Drupal and I'm creating an event management website with it. I'm using Drupal 7 and I have created a custom content type called "event" and I have written my own theme. I have a problem with theming the custom content type. I have built a template file called node--event.tpl.php inside my theme folder so that it is used to display every event in the website. My problem is that I don't know how to use individual fields and put them in the places I want. For example my event content type has an overview (text), image, date, and venue (getlocation field) and I want to use them individually in my template file so that I can put each one inside an HTML tag individually and not as a whole. I have searched Google but found nothing. I have used modules like Panel and Display Suite but I can't make what I want with them. Any solutions or hints would be appreciated a lot.
Regards, Shakib