Title: single.php problem
Last modified: August 20, 2016

---

# single.php problem

 *  Resolved [nummyfx](https://wordpress.org/support/users/nummyfx/)
 * (@nummyfx)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/singlephp-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)

 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/singlephp-problem/#post-3536399)
 * I just downloaded the theme and I tend to agree with you. There is a loop-single.
   php so, that should be the one you use in the single.php.
 * Did that solve the issue?
 *  Thread Starter [nummyfx](https://wordpress.org/support/users/nummyfx/)
 * (@nummyfx)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/singlephp-problem/#post-3536459)
 * It solved the issue for me. Not sure why that changed from 1.4.1 to 1.5.x
 *  Thread Starter [nummyfx](https://wordpress.org/support/users/nummyfx/)
 * (@nummyfx)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/singlephp-problem/#post-3536555)
 * clashmedia, is this going to be changed in an update?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘single.php problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/whispy/1.5.5/screenshot.png)
 * Whispy
 * [Support Threads](https://wordpress.org/support/theme/whispy/)
 * [Active Topics](https://wordpress.org/support/theme/whispy/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/whispy/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/whispy/reviews/)

## Tags

 * [loop](https://wordpress.org/support/topic-tag/loop/)
 * [single](https://wordpress.org/support/topic-tag/single/)

 * 3 replies
 * 2 participants
 * Last reply from: [nummyfx](https://wordpress.org/support/users/nummyfx/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/singlephp-problem/#post-3536555)
 * Status: resolved