I'm trying to make a custom front page template which shows images as links as an index navigation. I'm using WordPress as a basic CMS for the news part of a band website.
I've created a separate page template named front.php, and written the basic html and css code. However, nothing displays unless I include the php code from page.php underneath the html code. This means the header, footer, sidebar etc, are all displayed under my index navigation. I only want the image links to show, not the rest of it. When I remove any part of the php code it displays errors.
URL is test.charlettehannah.com. (Excuse the site's messiness at the moment as I've only just started working on it, but you can see what I mean about the index image.)
Thanks in advance for your help :~)