Drupal module – Steal Content
It struck me as rather odd that Drupal doesn’t allow you to include the content of one node inside of another node without writing code, so I made this quick little module. “Steal Content” is a filter allowing you to include the “body” of another node inside a node, by sticking in a
You will need to enable this filter, for each input format, under Site Configuration > Input Formats.
Usage Example:
<steal_content node_id=1>
steal_content.zip (1.1 KiB, 100 hits)