• See http://www.bewustzijnsvormen.nl/agenda/ and http://www.bewustzijnsvormen.nl/blog/

    Instead of the rest of the pages of my site http://www.bewustzijnsvormen.nl, these two pages show posts (‘ageda’ posts and ‘blog’ posts). but two things don’t work:

    1- the pages don’t show all the posts. We have 6 blogposts up till now, but only 4 are visible. How come? (And yes a summary with ‘read more’ option would be great! Or something with an archive…)

    2- Somehow the side widgets dangle underneath the posts… at the other ‘normal’ pages they function as their supposed to, but not on these two pages. How come?

    Any advice on how to solve this two issues is very welcome. Thanks in advance!

Viewing 1 replies (of 1 total)
  • For #2, you have unclosed <div> tags, probably in the content, that cause the div structure to be like this:

    <div id="container">
       <div id="content">
       <div id="primary">
       <div id="secondary">
    </div>

    rather than like this (in the pages which work):

    <div id="container">
       <div id="content">
       </div>
    <div id="primary">
    <div id="secondary">
Viewing 1 replies (of 1 total)
  • The topic ‘page doesn't show all posts weird side widgets’ is closed to new replies.