Embedding Views snippet
Embedding Views snippet 0 CommentsThis snippet is useful if you want to embed views in your content without having to install modules to do this small task.
Below is ths snippet
<?php $view = views_get_view($view_name); $display_id = 'page_1'; // Can be feed_1 or block_1 $view->set_display($display_id); $view->preview = TRUE; $view->pre_execute(array()); //args $view->is_cacheable = FALSE; $data = $view->render($display_id); // render print $data; ?>
Below are the modules that can also help achieving this:









International Tibet Support Network
Bookbloc
Styles Webbin
Post new comment