How do you display posts in a dynamic table?
If you want do what the TablePress author recommended, you’d need first to create a custom page (or post category) template – see Codex for Page_Templates – I wouldn’t explained it better then there. 🙂 There you’d need to create a custom WP_Query, or get_posts() / get_pages() query to get the list of posts or … Read more