Question

I want to get latest titles of posts in specific category in Drupal 6

e.g. to get 10 latest posts in a category

in wordpress I use this code:

query_posts("cat=200&showposts=10")

I'd appreciate your help

Thanks

Was it helpful?

Solution

You need to use 'views' module. You can create any list of posts in it and choose category, number of posts for showing on the page. Read here http://mimiflynn.com/blog/2011/04/07/drupal-views-baby-steps/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top