• Resolved nummyfx

    (@nummyfx)


    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)
  • 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

    (@nummyfx)

    It solved the issue for me. Not sure why that changed from 1.4.1 to 1.5.x

    Thread Starter nummyfx

    (@nummyfx)

    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.