@@ -28,7 +28,7 @@ function prepare_related_items($post_ids) {
);
$related_items = get_posts($args);
forEach( $related_items as $item ) {
- $collection[$item->ID] = $item;
+ $collection[$item->ID] = default_post_format($item, true);
}
return $collection;