简体   繁体   中英

show latest titles of posts in specific category in drupal 6

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

eg 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

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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM