i am developing a web site with Drupal and i want to display a block showing 10 last stories in the site.
i guess to use Views modules to do it,but i don’t know how to add limitation (just 10 last records) to views.
Thanks for your help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Views is definitely your answer here, as this is what Views make real sort work of.
Two important sections in views to pay attention to to make this work for you:
Hope this helps