Submitted by timkilleen on Sat, 31/01/2009 - 14:52
Latest articles:
$output = node_title_list(db_query_range(db_rewrite_sql("SELECT n.nid, n.title, n.created FROM {node} n WHERE n.type = 'blog' AND n.uid = 8 AND n.status = 1 ORDER BY n.created DESC"), 0, 100));
print $output;
?>