' . asia_garden_get_post_counters('comments') . ''; } $asia_garden_output .= '
'; if ($asia_garden_show_image) { $asia_garden_post_thumb = get_the_post_thumbnail($asia_garden_post_id, asia_garden_get_thumb_size('tiny'), array( 'alt' => get_the_title() )); if ($asia_garden_post_thumb) $asia_garden_output .= '
' . ($asia_garden_post_link ? '' : '') . ($asia_garden_post_thumb) . ($asia_garden_post_link ? '' : '') . '
'; } $asia_garden_output .= '
' . ($asia_garden_show_categories ? '
' . asia_garden_get_post_categories() . $asia_garden_post_counters_output . '
' : '') . '
' . ($asia_garden_post_link ? '' : '') . ($asia_garden_post_title) . ($asia_garden_post_link ? '' : '') . '
' . apply_filters('asia_garden_filter_get_post_info', '') . '
' . '
'; asia_garden_storage_set('asia_garden_output_widgets_posts', $asia_garden_output); ?>