By briandburnham on
There are quite a few references to custom blocks in the forums and docs - most involving taxonomy. But, I'm interested in an ultra-simple block to show the last "n" nodes published.
Anyone?
There are quite a few references to custom blocks in the forums and docs - most involving taxonomy. But, I'm interested in an ultra-simple block to show the last "n" nodes published.
Anyone?
Comments
http://drupal.org/node/view/4
http://drupal.org/node/view/4587
You might want to change "ORDER BY n.changed" to "ORDER BY n.created"
Awesome, thanks
Awesome, thanks