Ho capito la struttura della query e lho messa apposto così:

codice:
SELECT e.id, e.title, e.body, e.timestamp FROM serendipity_entries e, serendipity_entrycat ec
where ec.categoryid = '1' and ec.entryid = e.id ORDER BY id DESC LIMIT $start,$step
e funziona alla grande!

Ti devo ringraziare infinitamente!

A presto!