• annia

    (@annia)


    Okay I plan to run wordpress in html (without any css positioning) and I want to do the following: I want my postings to be dsiplayed like this
    ____________
    | post 1 | post 2|
    ____________
    | post 3 | post 4|
    ____________
    and so on
    i think you get the point .. i want the posts to appear two posts per table row ..
    is this possible? if yes please give me a programming hint on how to do this ??

Viewing 1 replies (of 1 total)
  • The loop that outputs the post is going to have to:
    1-check for number of boxes
    2-place newest post into a box
    3-check number of remaining boxes
    4-place next post in box
    5-if check for end of posts=yes then goto 8
    6-if check for end of boxes=yes then goto 8
    7-goto 3
    8. stop
    Or something like that.
    And the output loop will have to be somehow configured with precisely where to put each post.
    I think that what you want is waaay to tricky to do……

Viewing 1 replies (of 1 total)
  • The topic ‘posts in table rows and columns’ is closed to new replies.