By theorichel on
On my frontpage I allow 10 posts and in a block I want the titles of the 15 posts that went before those 10. Now, making the block with titles is easy, but how do I tell Views to show only the numbers 15-30 counting from the top of the frontpage? Any suggestions would be greatly appreciated.
TR
Comments
Nodes per block
admin/build/views
Edit view > Block > Nodes per block
You don't have to care how to display nodes 15-30. It is done automatically by a pager feature.
Thanks, but I think you
misunderstand me. I had allready done what you said. I know that Drupal makes pages, but on my front page I want
1. the 15 regular posts
2. a block with the titles of the posts on page 2
How do I select these titles in Views?
Thx
TR
Theming
use theming my friend, let the page have 35 nodes or whatever, and use the theming wizard module with views to create a tpl.php file and a function in template.php, then in the tpl file, slice them as you desire.
Tony.
theelse.com