| well dunno I only slightly changed the code, will take a closer look later today
 from what I see above it outputs posts, not excerpts
 if you have excerpt (description) for each post then you could get descriptions by replacing get_the_content() with the_excerpt ()
 
 and it's simple code, go always with all parameters
 |