I'm new in drupal. My problem is that my content on the page doesn't appear. I would like to use $node_load($nid)
. I know my $nid
. I want to display my content by loading the node, but I don't know where to place and how to use it, in which template do I use it?
Asked
Active
Viewed 66 times
0

Manfred Radlwimmer
- 13,257
- 13
- 53
- 62

Roszti
- 1
-
You should provide any existing examples that are not working. It will go a long way in getting someone to assist you. – Sean May 18 '16 at 18:22
-
I add a field collection to basic page to make a slider. The title of the page appiers but the slider not. – Roszti May 18 '16 at 18:40
-
This post may be use full. http://stackoverflow.com/questions/8564265/render-a-drupal-node – Ravinder Reddy May 18 '16 at 18:42
-
More info please. On what page are you trying to display node content? On that node page or somewhere else? – MilanG May 19 '16 at 06:48