diff --git a/tablepress-pods.php b/tablepress-pods.php index 77f3190..e49f526 100644 --- a/tablepress-pods.php +++ b/tablepress-pods.php @@ -3,7 +3,7 @@ Plugin Name: TablePress Extension: Pods tables Plugin URI: https://code.studioinfinity.org/glen/tablepress-pods Description: Custom Extension for TablePress to incorporate Pods information in tables -Version: 0.2.17 +Version: 0.3.0 Author: Glen Whitney Author URI: http://studioinfinity.org/ */ @@ -170,7 +170,7 @@ function playground_expand_pod( $table, $render_options) { while ($pod->fetch()) { $nrow = array(); $nrow[] = $pod->field('id'); - $nrow[] = $pod->field('post_date'); + $nrow[] = $pod->display('post_date'); $nrow[] = $pod->field('title'); $nrow[] = get_the_author_meta('display_name', $pod->field('author')); $nrow[] = $pod->field('permalink'); diff --git a/view-exportpods.php b/view-exportpods.php index 0282f19..8004e2d 100644 --- a/view-exportpods.php +++ b/view-exportpods.php @@ -174,14 +174,18 @@ class TablePress_ExportPods_View extends TablePress_View { - + + + - + - + + +