almo
almo

Reputation: 6367

Wordpress is using index.php instead of single.php for posts

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!

Upvotes: 3

Views: 1562

Answers (2)

Md. Noor-A-Alam Siddique
Md. Noor-A-Alam Siddique

Reputation: 1077

I know it's crazy but from my experience What helped me was a simple change back to Standard Permalinks in "Settings" -> "Permalinks" and a restore back to "Name of the Post" (Beitragsname)....

...maybe this might help someone else as well...

Upvotes: 0

Ashley Lbs.
Ashley Lbs.

Reputation: 31

I know this sounds funny, but resave your permalinks in your Wordpress dashboard. If that doesn't work, I would try deleting and recreating single.php.

Upvotes: 2

Related Questions