I am creating a Worpdress Theme and want to show my posts. I created single.php but when I open the post it displays it in index.php. Since single.php is higher in the hirarchy than index.php this should not happen.
For single.php I tried a very simple version like
<?php get_header(); ?>
Showing single.php
<?php get_footer(); ?>
and to be sure to have no erros I also tried to copy the single.php from twentytwelve. With both versions I have the same problem.
Can anyone help? Thanks!