I'm currently working on a website that has a static frontpage and couple of pages that is going to contain portfolio and things alike on the other pages.
The thing I want to do is to hardcode content on the frontpage in css and xhtml.
Is this possible and where do I do this?
I thought it should be done in index.php
in between:
"<?php get_header(); ?>" and "<?php get_footer(); ?>"
calling the content with if and else statement on: is_front_page()