• I’m looking to loop some posts in an HTML Table. I have this working, but my problem is I need to swap the columns for rows.

    My current table looks like this:
    Title:1 | Field:1A | Field:1B
    Title:2 | Field:2A | Field:2B
    Title:3 | Field:3A | Field:3B

    But I need it to look like this:
    Title:1 | Title:2 | Title:3
    Field:1A | Field:2A | Field:3A
    Field:1B | Field:2B | Field:3B

    With the way my current loop (query_posts) is my posts are turning into rows, but I need them as columns.

    Any help greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loop Posts in HTML Table’ is closed to new replies.