is there a built-in wordpress function to make the HTML or should I use plain-old PHP?
Leave a Reply
You must be logged in to post a comment.
is there a built-in wordpress function to make the HTML or should I use plain-old PHP?
You must be logged in to post a comment.
Since 3.1 there’s a class
WP_List_Table
which makes it a hella lot easier to render tables for an array of data objects.There’s very little documentation (read: none) on it yet, but you can check out the source if you’re familiar with PHP.