Latest articles

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;
?>