Drupal View display - setting a limit for the quer

2019-07-07 13:38发布

问题:

I have a View set to grab the latest forum posts. That's working fine, but I'd like to limit it to get the last 5 records only. I know I can display only 5 with PHP but I don't want a larger query than I need. I can't find any option for this in the View.

thanks

回答1:

Yep. There is an option that limits it called 'Items to display:' under Basic Settings.