Top "Drupal-nodes" questions

This tag is for questions regarding the use, reuse and manipulation of nodes, the most basic form of content on a Drupal site.

Render a Drupal node

I would like to show a node inside another node. So I retrieve the node id of the second node …

drupal drupal-7 drupal-nodes drupal-render
Drupal 8, get programmatically the list of fields of a custom content

I want create programmatically a custom content (custom content created via the admin UI). But, before the creation, I want …

drupal-8 drupal-nodes drupal-fields
Drupal - displaying the title of the node within a block

I'm needing to dynamically display the title of a node within a block. I would have thought this would be …

php drupal drupal-nodes