I’m using the list-category-post plugin – is it possible to display the list of posts in a table?
I want to have a dynamic table showing all the posts in a category, so a user can search the table and select a column to sort by.
Is this possible?
Thanks,
This plugin does allow theming. Check out the “Other Notes” tab in the plugin page. As far as making it sortable, your path of least resistance is to use javascript. Here’s a jQuery plugin that will do (almost) all the work for you. Hope that helps!
Cheers~