Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi John,

    thanks for your question.

    The short answer: You don’t. (Sorry 🙂 )

    The longer answer: This is not possible unfortunately, as this is not the use case of the plugin. WP-Table Reloaded was designed to offer a way to show static tabular data in a quick and easy way. It is however not suited for showing dynamically changing data from data sources other than manual input or import.
    What you will want to do instead is use the WordPress “The Loop” API, and extend your theme with it. You will need to make a query to the DB to get your posts, and then inside a “Loop” go through the posts you retrieved and print the resulting values for title and custom fields in a tabular layout.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Table of posts’ is closed to new replies.