custom elgg_list_entities blog (elgg 1.8.3)

please help my.

I need to make a conclusion of blog entries in a separate block

Example:

blog_1  

As speciation in the example - it prints only the title and description.

But after:

<?php echo elgg_list_entities(array(
   'type' => 'object',
   'subtype' => 'blog',
   'limit' => (int) max(get_input('limit', 3), 0),
   'full_view' => FALSE,
   'pagination' => FALSE,
  ));?> 

I have shown thus:

 blog_2