Viewing 5 replies - 1 through 5 (of 5 total)
  • huggie

    (@huggie)

    Do you have a single.php in your theme, or are you just using index.php do display posts?

    Regards
    Huggie

    Thread Starter curvy-jones

    (@curvy-jones)

    yes, I have single.php but often, when I make changes, they only ‘take’ if I make them to Index. php.

    Michael

    (@alchymyth)

    general, in the older post, there is one closing div missing before calling the sidebar – (in single.php) (because the same article shows fine when called from the archive).

    theory:
    the older posts have the comments closed:
    the commentsform provides this closing div for those ‘working’ posts.

    </script>
    
    </form>
    </div>

    (there is no opening div with the comments form code, and this last closing div comes imho from the comments-popup.php)

    you could try and add the closing div to single.php and remove it from commments-popup.php

    huggie

    (@huggie)

    Beat me to it, It’s almost certainly a DIV issue.

    Huggie

    Thread Starter curvy-jones

    (@curvy-jones)

    *gasp*

    I love you! adding the closing tags to single.php did the trick. I suspected it was <div> but didn’t know where to look. YAY.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme breaks on historical posts’ is closed to new replies.