Right im using the coding as provided above
$query = "Select * FROM wp_posts WHERE post_type='post' AND post_status='publish' AND ID IN (SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id = '112') ORDER BY ID DESC LIMIT 12";
All it shows me is a random post not even from the category id i’ve specified above.
Im using wordpress 2.7 can someone please tell me how to fix this ive spent 3 whole days trying to get this work and its driving me insane.