single.php problem
-
When I click on a post title on the home page of a blog, a page with no content comes up.
In single.php we have
get_template_part( 'loop', 'index' );
I changed index to single to get it to work again. Should this be
get_template_part( 'loop', 'single' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘single.php problem’ is closed to new replies.