akinoluna
Member
Posted 4 months ago #
I made a lot of changes recently to the main index page and now my single post page is totally screwed up and I can't figure out why. Here in my page: http://www.akinoluna.com/blog
Watch out though, if you are using IE the links may not work and I can't figure out that one either. They do work in Firefox.
You have some CSS errors that might be causing the problem.
akinoluna
Member
Posted 4 months ago #
I don't think that's the problem, because the archive page uses the same CSS and it works fine.
Do you have a single.php file in your theme template list? WP uses index.php to display single posts IF there is no single.php file. So that means if you don't have a single.php file in your theme's template, the single post page is trying to use the index.php page as well. Create a single.php template for your individual entries to use.
This will help you understand how WP uses template files:
http://codex.wordpress.org/Template_Hierarchy