$categories = get_the_category(); $cats=''; echo '

'.get_the_time('j').'

'.get_the_time('M').'

'.(has_post_thumbnail(get_the_ID())?' ':'').'

'.get_the_title().'

'.get_the_excerpt().'

Read More
'; endwhile; endif; ?>