Where are my posts linked to? I keep getting a Not Found Error, and I have no single.php page
The file you included in your question is a custom page template, and would never be used by WordPress to render the single-post view of a blog post. If you don’t have a single.php, then the template hierarchy will fall back to index.php to render the single-post view for blog posts. Edit From your comment … Read more