Viewing 4 replies - 1 through 4 (of 4 total)
  • Since the page is ending abruptly (ie there is a header but no content or footer) I would suspect that there is a PHP error on your page just below the last line displayed.

    Try removing it and seeing what happens.

    If it generates the page but still without content, double check that you’re inside a Loop while trying to display content. Remember that the_title() will return a title outside the Loop but the_content() will not.

    Chris

    Yes , I faced the exact problem and it was because of ” related posts plugin ” and way delete your plugins one by one and the problem will be solved .

    Thread Starter youmakemeblank

    (@youmakemeblank)

    Thanks Chris, I’ll give that a shot.
    @mrmoha, already have all plugins disabled.

    Thread Starter youmakemeblank

    (@youmakemeblank)

    Chris,
    Would that be in the single.php file?
    Thanks,
    -Sam

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

The topic ‘Single Post Pages not showing up.’ is closed to new replies.