Morning all,
This is my first post into WP and I just need some help please.
I am very new to WP and and the structure of its database.
I have a table in the DB called WP_8_ANS , in the table are the answers to 4 questions. The answers are in field "QNS_1" and numbered 11,12,13 & 14, the value of each answer is in a field called "ANS_VAL"
What I would like to do is pull that data and display it on a WP webpage into columns. So column 1 would have ID11's, Column 2 would have ID12 and so on.
One other thing I would like is the header column to be labeled 11,12,13 & 14.
There are going to be approx 900 answers. I know I have to figure out a way to paginate it but I can get to that another time
Thanks all
~Z