is there a way to get content type node in drupal 7 ?
lets say i have a content type (news) and i want last 5 or 10 node with their fields and image to show them in a block in front page.
so what is the specific functions to do that
like wordpress :
get_posts
and what if the site is multilingual and I’m using i18n module
is there a functions to get last 5 by English and other for other language ?
The easiest way to do that is to use the Views module
Views is also able to handle multilingual issues.