• Resolved hendrikvb

    (@hendrikvb)


    I need a page that, like a regular blog page, shows multiple posts. But this page should show everything: comments, enable the user to post comments to each posts etc.
    So basically I need to eliminate the single post view without loosing functionality. Is that possible?

    Thanks
    Hendrik

Viewing 4 replies - 1 through 4 (of 4 total)
  • So you are looking to put everything “in-line”?

    <post 1>
    <comment submit form>
    <comment>
    <comment>
    .
    .
    .
    <post 2>
    <comment submit form>
    <comment>
    <comment>
    .
    .
    .

    Thread Starter hendrikvb

    (@hendrikvb)

    Exactly! What a clear and simple way to describe it ??

    Yes, it is possible. You’d need to either develop your own theme or find one that does this automatically. I haven’t used any like that but it just requires modification of the loop.

    This discussion is for a particular theme package on how to accomplish what you are asking.

    Thread Starter hendrikvb

    (@hendrikvb)

    Excellent, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog on one page’ is closed to new replies.