Skip to content

Instantly share code, notes, and snippets.

@kitikonti
Created April 22, 2021 23:01
Show Gist options
  • Save kitikonti/3961ed46d7bd3eda627fbb2924a7b9b9 to your computer and use it in GitHub Desktop.
Save kitikonti/3961ed46d7bd3eda627fbb2924a7b9b9 to your computer and use it in GitHub Desktop.
<?php
$node = node_load(102570);
$node_view = node_view($node, 'teaser');
$node_rendered = drupal_render($node_view);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment