diff --git a/inc/item.php b/inc/item.php index 8b9347f3..61f47542 100755 --- a/inc/item.php +++ b/inc/item.php @@ -16,7 +16,7 @@ function get_item_details($data, $assoc=false){ $html = ''; if ($repo == "wp"){ $abs = "Abstract/Description"; - $data->mods->$abs = $data->post_excerpt; + $data->mods->$abs = $data->post_content; $datec = "Date created"; $data->mods->$datec = $data->post_date; }