WP DataDisplay
This plugin creates a custom post type that displays data of several database tables based on a unique ID.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3986 days ago
Is WP DataDisplay abandoned?
Possibly abandoned (last update 3986 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugins allows the batch creation of posts using database tables as content source. As inputs, the plugin uses one main table and several others. The plugin will create one post per row of the main table, according to a configurable template, using information of all tables, based on a common ID. It also offers a shorcode to create a search page.
Installation
How to use:
1) Upload a table in your database called “main”, with the appropriate prefix (see wpdd_config.php). This table needs one column called ID. 2) Upload other tables. They must also have a column called ID, which will be associated to the main table. 3) In the plugin settings, set up the datadisplay title and template, and click save changes. 4) Click on generate posts. For each row on main table, it will create one post (posttype datadisplay). Post title and content will follow the template settings.