You can set the global amount of posts per page (for all node types) but there is no option to set that number specifically for each content type separately. For instance, I have set up a content type 'changelog' (under example.com/changelog) while I use the node type 'blog' on the front page for blogging. I want the front page to display the latest 5 posts, while I want the changelog to display the latest 10+.
(Filed a feature request here)

Is there a way to achieve this through a phptemplate snipplet or a patch?

Comments

nevets’s picture

You could use the views module to display the list of changelogs. When you define the view you can determine the maximum shown in the list.