I am a new WP comer, I plan to use WP to be a complementary site to my main site done from scratch with PHP and MySQL.
What should I look for/read/learn to create a page
that will allow me to display in a tabular manner
<td> aaa </td> <td> bbb </td> <td> ccc </td>
(I am not chained to that structure so if I can adapt something in that range I'll take it)
knowing that content will be coming from MySQL.
Ordered by Top category sub category and sub-sub category
Display a few rows then offer a pagination.
Also I need to figure how to set its admin side.
As you see piece of cake for a WP beginner :)
thanks