If you're creating a view and using a custom node type for that view and don't understand why your $body variable doesn't work to display the content of the node it's because the shortcodes aren't loaded in a view template so you must use $node->content['body']['#value']
Recent comments