displaying a Drupal view without a page template around it

Posted by ceejayoz on Stack Overflow See other posts from Stack Overflow or by ceejayoz
Published on 2008-10-29T18:57:54Z Indexed on 2010/03/15 20:09 UTC
Read the original article Hit count: 484

Filed under:
|
|

I would like to display a Drupal view without the page template that normally surrounds it - I want just the plain HTML content of the view's nodes.

This view would be included in another, non-Drupal site.

I expect to have to do this with a number of views, so a solution that lets me set these up rapidly and easily would be the best - I'd prefer not to have to create a .tpl.php file every time I need to include a view somewhere.

© Stack Overflow or respective owner

Related posts about drupal

Related posts about drupal-views