I know I am asking stupid questions here.
But I read through the page template and page lessons and followed all the instruction but I just can not make it work….. I make a page with the following codes:
<?php get_header(); ?>
<?php get_sidebar(‘left’); ?>
<?php get_sidebar(‘right’); ?>
<?php get_footer(); ?>
I named it game.php.
I think this should make a page template with no content inside. Then I went to admin/new page and make a page called game. But it does not give me anything. I am using the i3theme. Can someone please show me step by step on how I can make a empty shell? I spent the whole day today to try to make it work. I really don’t know what I should do now…