Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript The Loop. How can I grab most recent post from CATEGORY? Re: The Loop. How can I grab most recent post from CATEGORY?

#73765
AngryMan
Participant

Oh cool! In the meantime, I had found a simpler version:

add_theme_support( ‘post-thumbnails’ );
/*set_post_thumbnail_size( 80, 55, true ); // W x H, hard crop if you want the thumbnails to automatically crop*/

but yours is way better, obviously!

Thanks again!