All pastes #2128052 Raw Edit

Stuff

public text v1 · immutable
#2128052 ·published 2012-03-14 10:17 UTC
rendered paste body
<?php
$listlength="10";
$nodetype = "blog";
$output = node_title_list(db_query_range(db_rewrite_sql("SELECT n.nid, n.title, n.created FROM {node} n WHERE n.type = '%s' AND n.status = 1 ORDER BY n.created DESC"), $nodetype, 0, $listlength));
print $output;
?>